Add to Pocket
Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
Cos'è Add to Pocket?
Add to Pocket è un'estensione di Chrome sviluppata da Alex Fomin, e la sua funzione principale è "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add to Pocket
Scarica i file di estensione Add to Pocket 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
This extension require an "Take from Pocket" extension to be installed (https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd) 1.0.3 * Fix icon rotating after click on context menu
Informazioni di Base sull'Estensione
Nome | Add to Pocket |
ID | olloendlpcoaancofdjbaabmgbhdgpad |
URL Ufficiale | https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad |
Descrizione | Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket |
Dimensione del File | 46.42 KB |
Conteggio Installazioni | 413 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2018-01-29 |
Data di Pubblicazione | 2018-01-29 |
Valutazione | 3.29/5 Totale 7 Valutazioni |
Sviluppatore | Alex Fomin |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/alex-fomin/pocket-inpage |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Pocket", "version": "1.0.3", "description": "Adds an article to pocket (http:\/\/getpocket.com). Indicates whether the current page is in Pocket", "background": { "scripts": [ "libs\/require.js", "app.js" ] }, "page_action": { "default_icon": { "19": "images\/notAdded-19.png", "38": "images\/notAdded-38.png" }, "default_title": "Add item to Pocket" }, "permissions": [ "tabs", "management", "contextMenus", "http:\/\/*\/", "https:\/\/*\/", "webNavigation" ], "manifest_version": 2, "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png" } } |