Watchpocket
This extension allows you to connect to your Pocket account, bookmark and view a list of all your bookmarks.
Watchpocketとは何ですか?
Watchpocketはeinartryggviによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to connect to your Pocket account, bookmark and view a list of all your bookmarks.」です。
Watchpocket拡張機能のCRXファイルをダウンロード
Watchpocket拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | jdhebcjihigmkcocnjgfhjkkommeadmh |
公式URL | https://chrome.google.com/webstore/detail/watchpocket/jdhebcjihigmkcocnjgfhjkkommeadmh |
説明 | This extension allows you to connect to your Pocket account, bookmark and view a list of all your bookmarks. |
ファイルサイズ | 173 KB |
インストール数 | 95 |
現在のバージョン | 0.9.1 |
最終更新日 | 2014-07-02 |
公開日 | 2014-07-02 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | einartryggvi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Watchpocket", "description": "This extension allows you to connect to your Pocket account, bookmark and view a list of all your bookmarks.", "version": "0.9.1", "icons": { "128": "img\/appIcon.png" }, "background": { "scripts": [ "js\/vendor\/jquery.min.js", "js\/main.js" ] }, "permissions": [ "tabs", "contextMenus", "https:\/\/getpocket.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "bookmarksList.html", "default_title": "View bookmarks" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/vendor\/jquery.min.js", "js\/content.js" ] } ], "web_accessible_resources": [ "img\/*", "notification.html", "auth.html" ] } |