Hizli Hepsiburada Arama
Bu uzanti(extension) ile hizli bir sekilde hepsiburada.com uzerinde arama yapabilirsiniz.
Was ist Hizli Hepsiburada Arama?
Hizli Hepsiburada Arama ist eine Chrome-Erweiterung, die von trda entwickelt wurde, und ihr Hauptmerkmal ist "Bu uzanti(extension) ile hizli bir sekilde hepsiburada.com uzerinde arama yapabilirsiniz.".
Erweiterungsscreenshots
Hizli Hepsiburada Arama-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hizli Hepsiburada Arama-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Hızlı bir şekilde hepsiburada.com üzerinde arama yapmayı sağlamak için oluşturulmuş bir extensiondır. Aynı zamanda hepsiburada.com komut satırı işletimi yaparak chrome search barı üzerinden hepsiburada.com'un çeşitli özelliklerine hızlıca erişim sağlayabilirsiniz. V.1.1 Düzenlemeleri: * MAC cihazlarda oluşan görsel kayma düzeltildi. * Mobil sayfası eklendi.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ljebplfpgljlanhldbkbenlcfmfjgpfe |
Offizielle URL | https://chrome.google.com/webstore/detail/hizli-hepsiburada-arama/ljebplfpgljlanhldbkbenlcfmfjgpfe |
Beschreibung | Bu uzanti(extension) ile hizli bir sekilde hepsiburada.com uzerinde arama yapabilirsiniz. |
Dateigröße | 178 KB |
Installationsanzahl | 361 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-08-28 |
Veröffentlichungsdatum | 2013-08-28 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | trda |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://web.itu.edu.tr/~doganaydin/ |
Unterstützte Sprachen | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hizli Hepsiburada Arama", "description": "Bu uzanti(extension) ile hizli bir sekilde hepsiburada.com uzerinde arama yapabilirsiniz.", "omnibox": { "keyword": "hb" }, "icons": { "16": "hb_icon.png" }, "version": "1.1", "browser_action": { "default_icon": "hb_icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/popup.js", "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/secure.flickr.com\/" ] } |