Save to Pocket (mini)
Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.
Cos'è Save to Pocket (mini)?
Save to Pocket (mini) è un'estensione di Chrome sviluppata da evmar, e la sua funzione principale è "Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save to Pocket (mini)
Scarica i file di estensione Save to Pocket (mini) 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
I think Pocket is great, but I don't like how their Chrome extension requires so many permissions. (It even makes use of those permissions to e.g. modify the Hacker News page. I appreciate this can be turned off via their settings but I'd prefer it didn't even have the capability.) This extension is the minimal code to auth into Pocket and save URLs into it. Read the source here: https://github.com/martine/pocket-mini For more features, use the official Pocket extension: https://chrome.google.com/webstore/detail/save-to-pocket/niloccemoadcdkdjlinkgdfekeahmflj
Informazioni di Base sull'Estensione
Nome | Save to Pocket (mini) |
ID | calnfcidhlhdmmmnicdpddbmmjmfohem |
URL Ufficiale | https://chromewebstore.google.com/detail/save-to-pocket-mini/calnfcidhlhdmmmnicdpddbmmjmfohem |
Descrizione | Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions. |
Dimensione del File | 8.66 KB |
Conteggio Installazioni | 1,016 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2014-08-08 |
Data di Pubblicazione | 2014-08-08 |
Valutazione | 4.69/5 Totale 16 Valutazioni |
Sviluppatore | evmar |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/martine/pocket-mini |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Pocket (mini)", "description": "Adds a toolbar button to save the current page to Pocket, without requiring the \"all data\" or \"all websites\" permissions.", "version": "1", "browser_action": { "default_icon": "icon.png", "default_title": "Add to Pocket", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/getpocket.com\/" ], "web_accessible_resources": [ "auth.html" ], "manifest_version": 2 } |