Flickr Secret Faves
Secretly fave photos on Flickr
Cos'è Flickr Secret Faves?
Flickr Secret Faves è un'estensione di Chrome sviluppata da Bertrand Fan, e la sua funzione principale è "Secretly fave photos on Flickr".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Flickr Secret Faves
Scarica i file di estensione Flickr Secret Faves in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kfkeaclfeilnaialkjflklopnmknggmf |
URL Ufficiale | https://chrome.google.com/webstore/detail/flickr-secret-faves/kfkeaclfeilnaialkjflklopnmknggmf |
Descrizione | Secretly fave photos on Flickr |
Dimensione del File | 50.14 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-08-19 |
Data di Pubblicazione | 2013-08-19 |
Sviluppatore | Bertrand Fan |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |