Flickr Secret Faves
Secretly fave photos on Flickr
Qu'est-ce que Flickr Secret Faves ?
Flickr Secret Faves est une extension Chrome développée par Bertrand Fan, et sa fonction principale est "Secretly fave photos on Flickr".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flickr Secret Faves
Téléchargez les fichiers d'extension Flickr Secret Faves 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
Secretly fave photos on Flickr to your local machine without broadcasting the action to the public. To secretly fave, simply click on the secret fave icon next to the Favorite icon or use the keyboard shortcut [d]. To view your faves, right-click on the secret fave icon. You may also go to Explore : Secret Faves or use the keyboard shortcut [shift-d]. Keyboard shortcuts: d - Toggle secret fave shift-d - View secret faves http://github.com/bertrandom/flickr-secret-faves
Informations de Base sur l'Extension
Nom | |
ID | kfkeaclfeilnaialkjflklopnmknggmf |
URL Officiel | https://chrome.google.com/webstore/detail/flickr-secret-faves/kfkeaclfeilnaialkjflklopnmknggmf |
Description | Secretly fave photos on Flickr |
Taille du Fichier | 50.14 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-08-19 |
Date de Publication | 2013-08-19 |
Développeur | Bertrand Fan |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flickr Secret Faves", "description": "Secretly fave photos on Flickr", "version": "1.1", "permissions": [ "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "http:\/\/www.flickr.com\/*" ], "css": [ "css\/secret-faves.css" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/secret-faves.js" ], "run_at": "document_start" } ], "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "img\/secret.png", "img\/secret-off.png" ] } |