Flickr Image Search
This extension allows you to search flickr right from the extension
Qu'est-ce que Flickr Image Search ?
Flickr Image Search est une extension Chrome développée par http://www.godoploid.com, et sa fonction principale est "This extension allows you to search flickr right from the extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flickr Image Search
Téléchargez les fichiers d'extension Flickr Image Search 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
Test extension that allows you to click on the icon and search for images on flickr!
Informations de Base sur l'Extension
Nom | |
ID | kjohmodkkigimpafleepacglbjihbjlm |
URL Officiel | https://chrome.google.com/webstore/detail/flickr-image-search/kjohmodkkigimpafleepacglbjihbjlm |
Description | This extension allows you to search flickr right from the extension |
Taille du Fichier | 54.93 KB |
Nombre d'Installations | 303 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-03-07 |
Date de Publication | 2014-03-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://www.godoploid.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flickr Image Search", "description": "This extension allows you to search flickr right from the extension", "version": "1.2", "permissions": [ "https:\/\/api.flickr.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Flickr Image Search" }, "homepage_url": "http:\/\/godoploid.com", "icons": { "128": "128-128.png", "19": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery.min.js", "popup.js" ] } ] } |