Flickr Secret Faves
Secretly fave photos on Flickr
Wat is Flickr Secret Faves?
Flickr Secret Faves is een Chrome-extensie ontwikkeld door Bertrand Fan, en de belangrijkste functie is "Secretly fave photos on Flickr".
Extensie Screenshots
Download het CRX-bestand van de extensie Flickr Secret Faves
Download Flickr Secret Faves-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | kfkeaclfeilnaialkjflklopnmknggmf |
Officiële URL | https://chrome.google.com/webstore/detail/flickr-secret-faves/kfkeaclfeilnaialkjflklopnmknggmf |
Beschrijving | Secretly fave photos on Flickr |
Bestandsgrootte | 50.14 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2013-08-19 |
Publicatiedatum | 2013-08-19 |
Ontwikkelaar | Bertrand Fan |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |