Hizli Hepsiburada Arama
Bu uzanti(extension) ile hizli bir sekilde hepsiburada.com uzerinde arama yapabilirsiniz.
Qu'est-ce que Hizli Hepsiburada Arama ?
Hizli Hepsiburada Arama est une extension Chrome développée par trda, et sa fonction principale est "Bu uzanti(extension) ile hizli bir sekilde hepsiburada.com uzerinde arama yapabilirsiniz.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hizli Hepsiburada Arama
Téléchargez les fichiers d'extension Hizli Hepsiburada Arama au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ljebplfpgljlanhldbkbenlcfmfjgpfe |
URL Officiel | https://chrome.google.com/webstore/detail/hizli-hepsiburada-arama/ljebplfpgljlanhldbkbenlcfmfjgpfe |
Description | Bu uzanti(extension) ile hizli bir sekilde hepsiburada.com uzerinde arama yapabilirsiniz. |
Taille du Fichier | 178 KB |
Nombre d'Installations | 361 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-08-28 |
Date de Publication | 2013-08-28 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | trda |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://web.itu.edu.tr/~doganaydin/ |
Langues Prises en Charge | 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\/" ] } |