GitHub Pocket
Read It Later for GitHub
Cos'è GitHub Pocket?
GitHub Pocket è un'estensione di Chrome sviluppata da David Pavlík, e la sua funzione principale è "Read It Later for GitHub".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Pocket
Scarica i file di estensione GitHub 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
Ahhhhh, sometimes I don't want to star a repo and I just have no time to know if it's really interesting, but it looks it is! I don't want to miss good stuff either. So I just add it to Pocket and read it later!
Informazioni di Base sull'Estensione
Nome | GitHub Pocket |
ID | cfkoiggmhiohdhpkcpinclakhcodmdal |
URL Ufficiale | https://chromewebstore.google.com/detail/github-pocket/cfkoiggmhiohdhpkcpinclakhcodmdal |
Descrizione | Read It Later for GitHub |
Dimensione del File | 49.72 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2017-02-01 |
Data di Pubblicazione | 2017-02-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | David Pavlík |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/egoist/github-pocket |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Read It Later for GitHub", "manifest_version": 2, "name": "GitHub Pocket", "offline_enabled": true, "version": "0.1.0", "icons": { "128": "img\/icon.png" }, "permissions": [ "https:\/\/github.com\/*", "storage" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/vue.js", "js\/main.js" ], "css": [ "css\/main.css" ] } ] } |