GitHub Pocket
Read It Later for GitHub
GitHub Pocketとは何ですか?
GitHub PocketはDavid Pavlíkによって開発されたChromeの拡張機能で、その主な機能は「Read It Later for GitHub」です。
拡張機能のスクリーンショット
GitHub Pocket拡張機能のCRXファイルをダウンロード
GitHub Pocket拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | GitHub Pocket |
ID | cfkoiggmhiohdhpkcpinclakhcodmdal |
公式URL | https://chromewebstore.google.com/detail/github-pocket/cfkoiggmhiohdhpkcpinclakhcodmdal |
説明 | Read It Later for GitHub |
ファイルサイズ | 49.72 KB |
インストール数 | 42 |
現在のバージョン | 0.1.0 |
最終更新日 | 2017-02-01 |
公開日 | 2017-02-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | David Pavlík |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/egoist/github-pocket |
対応言語 | 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" ] } ] } |