GitHub Pocket
Read It Later for GitHub
Qu'est-ce que GitHub Pocket ?
GitHub Pocket est une extension Chrome développée par David Pavlík, et sa fonction principale est "Read It Later for GitHub".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Pocket
Téléchargez les fichiers d'extension GitHub Pocket au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | GitHub Pocket |
ID | cfkoiggmhiohdhpkcpinclakhcodmdal |
URL Officiel | https://chromewebstore.google.com/detail/github-pocket/cfkoiggmhiohdhpkcpinclakhcodmdal |
Description | Read It Later for GitHub |
Taille du Fichier | 49.72 KB |
Nombre d'Installations | 42 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2017-02-01 |
Date de Publication | 2017-02-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | David Pavlík |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/egoist/github-pocket |
Langues Prises en Charge | 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" ] } ] } |