Take from Pocket
Opens random article from Pocket (http://getpocket.com). Shows number of unread articles in Pocket.
Cos'è Take from Pocket?
Take from Pocket è un'estensione di Chrome sviluppata da Alex Fomin, e la sua funzione principale è "Opens random article from Pocket (http://getpocket.com). Shows number of unread articles in Pocket.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Take from Pocket
Scarica i file di estensione Take from 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
Informazioni di Base sull'Estensione
Nome | |
ID | higpiildcmkbifobkbcmigbipabnkgkd |
URL Ufficiale | https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd |
Descrizione | Opens random article from Pocket (http://getpocket.com). Shows number of unread articles in Pocket. |
Dimensione del File | 53.7 KB |
Conteggio Installazioni | 265 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2015-04-14 |
Data di Pubblicazione | 2015-04-14 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | Alex Fomin |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/AlexSane/pocket-outpage |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take from Pocket", "version": "1.0.2", "description": "Opens random article from Pocket (http:\/\/getpocket.com). Shows number of unread articles in Pocket.", "browser_action": { "default_icon": "images\/logo-19.png", "default_title": "Random article" }, "background": { "scripts": [ "libs\/require.js", "app.js" ] }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "contextMenus", "identity" ], "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png" }, "oauth2": { "client_id": "1071794135138-higpiildcmkbifobkbcmigbipabnkgkd.apps.googleusercontent.com", "scopes": [] }, "manifest_version": 2 } |