Objectif grand angle 58 mm et téléphoto + kit filtre pour Canon Rebel T6i T5i T5 T4i T3i

EUR 136,39 EUR 95,47 Achat immédiat ou Offre directe, Cliquez pour voir les frais d'expédition, 30-Jour Retours, Garantie client eBay
Vendeur: sobedigital ✉️ (26.367) 98.6%, Lieu où se trouve: Miami, Florida, US, Lieu de livraison: WORLDWIDE et de nombreux autres pays, Numéro de l'objet: 151977912962 Objectif grand angle 58 mm et téléphoto + kit filtre pour Canon Rebel T6i T5i T5 T4i T3i.
var itemNumber = window.ebayItemID ? window.ebayItemID : -1; function passpara(){return '&id=1838976&itembgcolor=0xFFFFFF&bordercolor=0x000000&storewindowbgcolor=0xf1f1f1&toptextcolor=0xFFFFFF&bottomtextcolor=0xFFFFFF&stripcolor=0x006ab1&auctionclosemessagecolor=0xff0000&emptyboxmessagecolor=0xFFFFFF&buttovercolor=0x660000&buttoutcolor=0x00000AA&searchtitlecolor=0xFFFFFF&searchbuttbgcolor=0xc0c0c0&searchbutttextcolor=0x000000&searchbuttbordercolor=0x000000&itemhighlightcolor=0xfff000&navbuttonactivecolor=0x000006&navbuttonoutlinecolor=0xff9900&navbuttoninactivebgcolor=0x000000&siteid=0&cat=3323&item=' + itemNumber + '&baseurl='+escape((function(){var d = '';try{d=location.protocol+'//cgi.'+location.href.split('&domain=')[1].split('&')[0]+'/ws/'} catch(e){d=location.href.substring(0,location.href.lastIndexOf('/')+1)} return d })());}
agelman Store
function passparaSC(){return '&baseurl='+ escape((function(){var d = '';try{d=location.protocol+'//cgi.'+location.href.split('&domain=')[1].split('&')[0]+'/ws/'} catch(e){d=location.href.substring(0,location.href.lastIndexOf('/')+1)} return d })()) + '&sitebaseurl=https://www.auctiva.com&tagNum=0';}
   
  var device = navigator.userAgent; if (device.indexOf("iPad") > 0 || device.indexOf("Android") > 0){ document.write(""+ ""+ " "+ ""); document.write(""); }else{ document.write(""+ ""+ " "+ ""); document.write(""); } var Spry; if (!Spry) Spry = {}; if (!Spry.Widget) Spry.Widget = {}; Spry.Widget.TabbedPanels = function(element, opts) { this.element = this.getElement(element); this.defaultTab = 0; // Show the first panel by default. this.tabSelectedClass = "TabbedPanelsTabSelected"; this.tabHoverClass = "TabbedPanelsTabHover"; this.tabFocusedClass = "TabbedPanelsTabFocused"; this.panelVisibleClass = "TabbedPanelsContentVisible"; this.focusElement = null; this.hasFocus = false; this.currentTabIndex = 0; this.enableKeyboardNavigation = true; this.nextPanelKeyCode = Spry.Widget.TabbedPanels.KEY_RIGHT; this.previousPanelKeyCode = Spry.Widget.TabbedPanels.KEY_LEFT; this.style = "KI"; if(this.style == "KI"){ this.tabSelectedClass = "includePanelsSelected"; this.tabHoverClass = "includePanelsHover"; this.tabFocusedClass = "includePanelsFocused"; this.panelVisibleClass = "includePanelsContentVisible"; } Spry.Widget.TabbedPanels.setOptions(this, opts); if (typeof (this.defaultTab) == "number") { if (this.defaultTab < 0) this.defaultTab = 0; else { var count = this.getTabbedPanelCount(); if (this.defaultTab >= count) this.defaultTab = (count > 1) ? (count - 1) : 0; } this.defaultTab = this.getTabs()[this.defaultTab]; } if (this.defaultTab) this.defaultTab = this.getElement(this.defaultTab); this.attachBehaviors(); }; Spry.Widget.TabbedPanels.prototype.getElement = function(ele) { if (ele && typeof ele == "string") return document.getElementById(ele); return ele; }; Spry.Widget.TabbedPanels.prototype.getElementChildren = function(element) { var children = []; var child = element.firstChild; while (child) { if (child.nodeType == 1 /* Node.ELEMENT_NODE */) children.push(child); child = child.nextSibling; } return children; }; Spry.Widget.TabbedPanels.prototype.addClassName = function(ele, className) { if (!ele || !className || (ele.className && ele.className.search(new RegExp("\\b" + className + "\\b")) != -1)) return; ele.className += (ele.className ? " " : "") + className; }; Spry.Widget.TabbedPanels.prototype.removeClassName = function(ele, className) { if (!ele || !className || (ele.className && ele.className.search(new RegExp("\\b" + className + "\\b")) == -1)) return; var array_class = ele.className.split(" "); ele.className = ""; for(var i=0; i 1) return children[1]; } return null; }; Spry.Widget.TabbedPanels.prototype.getContentPanels = function() { var panels = []; var pg = this.getContentPanelGroup(); if (pg) panels = this.getElementChildren(pg); return panels; }; Spry.Widget.TabbedPanels.prototype.getIndex = function(ele, arr) { ele = this.getElement(ele); if (ele && arr && arr.length) { for (var i = 0; i < arr.length; i++) { if (ele == arr[i]) return i; } } return -1; }; Spry.Widget.TabbedPanels.prototype.getTabIndex = function(ele) { var i = this.getIndex(ele, this.getTabs()); if (i < 0) i = this.getIndex(ele, this.getContentPanels()); return i; }; Spry.Widget.TabbedPanels.prototype.getCurrentTabIndex = function() { return this.currentTabIndex; }; Spry.Widget.TabbedPanels.prototype.getTabbedPanelCount = function(ele) { return Math.min(this.getTabs().length, this.getContentPanels().length); }; Spry.Widget.TabbedPanels.addEventListener = function(element, eventType, handler, capture) { try { if (element.addEventListener) element.addEventListener(eventType, handler, capture); else if (element.attachEvent) element.attachEvent("on" + eventType, handler); } catch (e) {} }; Spry.Widget.TabbedPanels.prototype.cancelEvent = function(e) { if (e.preventDefault) e.preventDefault(); else e.returnValue = false; if (e.stopPropagation) e.stopPropagation(); else e.cancelBubble = true; return false; }; Spry.Widget.TabbedPanels.prototype.onTabClick = function(e, tab) { this.showPanel(tab); return this.cancelEvent(e); }; Spry.Widget.TabbedPanels.prototype.onTabMouseOver = function(e, tab) { this.addClassName(tab, this.tabHoverClass); return false; }; Spry.Widget.TabbedPanels.prototype.onTabMouseOut = function(e, tab) { this.removeClassName(tab, this.tabHoverClass); return false; }; Spry.Widget.TabbedPanels.prototype.onTabFocus = function(e, tab) { this.hasFocus = true; this.addClassName(tab, this.tabFocusedClass); return false; }; Spry.Widget.TabbedPanels.prototype.onTabBlur = function(e, tab) { this.hasFocus = false; this.removeClassName(tab, this.tabFocusedClass); return false; }; Spry.Widget.TabbedPanels.KEY_UP = 38; Spry.Widget.TabbedPanels.KEY_DOWN = 40; Spry.Widget.TabbedPanels.KEY_LEFT = 37; Spry.Widget.TabbedPanels.KEY_RIGHT = 39; Spry.Widget.TabbedPanels.prototype.onTabKeyDown = function(e, tab) { var key = e.keyCode; if (!this.hasFocus || (key != this.previousPanelKeyCode && key != this.nextPanelKeyCode)) return true; var tabs = this.getTabs(); for (var i =0; i < tabs.length; i++) if (tabs[i] == tab) { var el = false; if (key == this.previousPanelKeyCode && i > 0) el = tabs[i-1]; else if (key == this.nextPanelKeyCode && i < tabs.length-1) el = tabs[i+1]; if (el) { this.showPanel(el); el.focus(); break; } } return this.cancelEvent(e); }; Spry.Widget.TabbedPanels.prototype.preorderTraversal = function(root, func) { var stopTraversal = false; if (root) { stopTraversal = func(root); if (root.hasChildNodes()) { var child = root.firstChild; while (!stopTraversal && child) { stopTraversal = this.preorderTraversal(child, func); try { child = child.nextSibling; } catch (e) { child = null; } } } } return stopTraversal; }; Spry.Widget.TabbedPanels.prototype.addPanelEventListeners = function(tab, panel, dir) { var self = this; if(dir == "H"){ //tabs horizontales Spry.Widget.TabbedPanels.addEventListener(tab, "click", function(e) { return self.onTabClick(e, tab); }, false); this.tabSelectedClass = "TabbedPanelsTabSelected"; this.tabHoverClass = "TabbedPanelsTabHover"; this.tabFocusedClass = "TabbedPanelsTabFocused"; this.panelVisibleClass = "TabbedPanelsContentVisible"; }else{ if(dir == "V"){ //tabs verticales Spry.Widget.TabbedPanels.addEventListener(tab, "mouseover", function(e) { return self.onTabClick(e, tab); }, false); this.tabSelectedClass = "vTabbedPanelsTabSelected"; this.tabHoverClass = "vTabbedPanelsTabHover"; this.tabFocusedClass = "vTabbedPanelsTabFocused"; this.panelVisibleClass = "vTabbedPanelsContentVisible"; } Spry.Widget.TabbedPanels.addEventListener(tab, "mouseover", function(e) { return self.onTabClick(e, tab); }, false); } Spry.Widget.TabbedPanels.addEventListener(tab, "mouseover", function(e) { return self.onTabMouseOver(e, tab); }, false); Spry.Widget.TabbedPanels.addEventListener(tab, "mouseout", function(e) { return self.onTabMouseOut(e, tab); }, false); if (this.enableKeyboardNavigation) { var tabIndexEle = null; var tabAnchorEle = null; this.preorderTraversal(tab, function(node) { if (node.nodeType == 1 /* NODE.ELEMENT_NODE */) { var tabIndexAttr = tab.attributes.getNamedItem("tabindex"); if (tabIndexAttr) { tabIndexEle = node; return true; } if (!tabAnchorEle && node.nodeName.toLowerCase() == "a") tabAnchorEle = node; } return false; }); if (tabIndexEle) this.focusElement = tabIndexEle; else if (tabAnchorEle) this.focusElement = tabAnchorEle; if (this.focusElement) { Spry.Widget.TabbedPanels.addEventListener(this.focusElement, "focus", function(e) { return self.onTabFocus(e, tab); }, false); Spry.Widget.TabbedPanels.addEventListener(this.focusElement, "blur", function(e) { return self.onTabBlur(e, tab); }, false); Spry.Widget.TabbedPanels.addEventListener(this.focusElement, "keydown", function(e) { return self.onTabKeyDown(e, tab); }, false); } } }; Spry.Widget.TabbedPanels.prototype.showPanel = function(elementOrIndex) { var tpIndex = -1; if (typeof elementOrIndex == "number") tpIndex = elementOrIndex; else // Must be the element for the tab or content panel. tpIndex = this.getTabIndex(elementOrIndex); if (!tpIndex < 0 || tpIndex >= this.getTabbedPanelCount()) return; var tabs = this.getTabs(); var panels = this.getContentPanels(); var numTabbedPanels = Math.max(tabs.length, panels.length); for (var i = 0; i < numTabbedPanels; i++) { if (i != tpIndex) { if (tabs[i]) this.removeClassName(tabs[i], this.tabSelectedClass); if (panels[i]) { this.removeClassName(panels[i], this.panelVisibleClass); panels[i].style.display = "none"; } } } this.addClassName(tabs[tpIndex], this.tabSelectedClass); this.addClassName(panels[tpIndex], this.panelVisibleClass); panels[tpIndex].style.display = "block"; this.currentTabIndex = tpIndex; }; Spry.Widget.TabbedPanels.prototype.attachBehaviors = function(element) { var tabs = this.getTabs(); var panels = this.getContentPanels(); var panelCount = this.getTabbedPanelCount(); for (var i = 0; i < panelCount; i++) this.addPanelEventListeners(tabs[i], panels[i], this.dir); this.showPanel(this.defaultTab); }; //Pos Slide var g_var_width_img =121; window.onload = function() { var g_content = document.getElementById("g_content_ad"); for(var i=0; i
  • Condition: Neuf
  • Brand: Vivitar & XIT
  • Type: 3PC FILTER KIT INCLUDED, Fisheye, Macro/Close Up, Teleconverter, Telephoto, Wide Angle, Ultra wide angle, High Quality, Lens Extender, Micro
  • Mount: 58mm screw into existing lens
  • Focal Length: Fixed/Prime
  • Focus Type: AF/MF
  • Maximum Aperture: f/0.95
  • Compatible Brand: For Canon Rebel T5i T4i T3i T3 T2i T1i XT XTi XSi, EOS 1100D 700D 650D 600D 550D 500D 100D, FOR ALL CANON EOS REBEL DSLR CAMERAS, For Canon
  • Camera Type: DSLR SLR CAMERA
  • Camera Technology: Digital
  • Bundled Items: Lens Hood Filters, Protector Cover Attachment Adapter Converter, Auxiliary Lens, Filter(s), Lens Hood, Mount Adapter
  • Filter Effects: Ultraviolet Anti Scratch Polarizer UV CPL FLD

PicClick Insights - Objectif grand angle 58 mm et téléphoto + kit filtre pour Canon Rebel T6i T5i T5 T4i T3i PicClick Exclusif

  •  Popularité - 9 personnes suivent la vente, 0.0 de nouvelles personnes suivent la vente par jour, 2.971 days for sale on eBay. Super grande quantité suivi. 7 vendu, 5 disponibles.
  •  Meilleur Prix -
  •  Vendeur - 26.367+ articles vendu. 1.4% évaluations négative. Grand vendeur avec la très bonne rétroaction positive et plus de 50 cotes.

Les Gens ont Aussi Aimé PicClick Exclusif


PicClick® FR • Recherchez eBay Plus Rapidement

Copyright © 2008-2024 PicClick Inc. Tous droits réservés.
You are the salt of the earth...You are the light of the world...