Clips
Manage your Pocket list with Google Chrome.
Cos'è Clips?
Clips è un'estensione di Chrome sviluppata da http://mvilla.it, e la sua funzione principale è "Manage your Pocket list with Google Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clips
Scarica i file di estensione Clips 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
Clips lets you easily and quickly manage items from your Pocket account. * View all your unread, archived or favorites links in a clutter-free list * Preview your saved images directly from Clips popup * Archive, favorite, re-add or delete a link with a single click * Quickly filter your links with a few strokes of the keyboard This extensions is under active development. More features are coming soon.
Informazioni di Base sull'Estensione
Nome | |
ID | oajkbeamepngilnlnbdpjgponnghhbki |
URL Ufficiale | https://chrome.google.com/webstore/detail/clips/oajkbeamepngilnlnbdpjgponnghhbki |
Descrizione | Manage your Pocket list with Google Chrome. |
Dimensione del File | 93.95 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2013-03-21 |
Data di Pubblicazione | 2013-03-21 |
Valutazione | 3.25/5 Totale 8 Valutazioni |
Sviluppatore | http://mvilla.it |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.mvilla.it |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clips", "description": "Manage your Pocket list with Google Chrome.", "version": "0.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/popup_icon19.png", "38": "img\/popup_icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/getpocket.com\/" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/getpocket.com\/*\/pocketChrome" ], "js": [ "js\/redirect.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/jquery-1.9.0.min.js", "js\/background.js" ] } } |