Pocket Count
Displays a count of unread Pocket items.
Pocket Countとは何ですか?
Pocket CountはSancho Panchoによって開発されたChromeの拡張機能で、その主な機能は「Displays a count of unread Pocket items.」です。
拡張機能のスクリーンショット
Pocket Count拡張機能のCRXファイルをダウンロード
Pocket Count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pocket Count displays the count of your unread Pocket items. I find this useful because usually I add items to Pocket while I'm on-the-go, from my phone. When I get back to my desk I like a little reminder that there is something for me to read in Pocket. (Because I'm very forgetful.) I hope you find Pocket Count as useful as I do!
拡張機能の基本情報
名前 | |
ID | eaaaofnjpcodjnbnjeefjhkmdkjbiinn |
公式URL | https://chrome.google.com/webstore/detail/pocket-count/eaaaofnjpcodjnbnjeefjhkmdkjbiinn |
説明 | Displays a count of unread Pocket items. |
ファイルサイズ | 40.29 KB |
インストール数 | 462 |
現在のバージョン | 0.2 |
最終更新日 | 2014-06-18 |
公開日 | 2014-06-18 |
評価 | 3.43/5 合計 7 レビュー |
開発者 | Sancho Pancho |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket Count", "description": "Displays a count of unread Pocket items.", "version": "0.2", "permissions": [ "https:\/\/getpocket.com\/*", "identity", "storage", "alarms", "tabs", "contextMenus" ], "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js" ] }, "icons": { "16": "icon-16x16.png" }, "browser_action": { "default_icon": "icon-disabled.png", "default_popup": "menu.html" } } |