Pocket Counter
Shows number of items in the Pocket's My List.
Pocket Counterとは何ですか?
Pocket Counterはvitdotonlineによって開発されたChromeの拡張機能で、その主な機能は「Shows number of items in the Pocket's My List.」です。
Pocket Counter拡張機能のCRXファイルをダウンロード
Pocket Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Pocket Counter |
ID | cfninoieaamoeblheicgbpambhoadgmj |
公式URL | https://chromewebstore.google.com/detail/pocket-counter/cfninoieaamoeblheicgbpambhoadgmj |
説明 | Shows number of items in the Pocket's My List. |
ファイルサイズ | 7.63 KB |
インストール数 | 43 |
現在のバージョン | 1 |
最終更新日 | 2016-05-03 |
公開日 | 2016-05-03 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | vitdotonline |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pocket Counter", "description": "Shows number of items in the Pocket's My List.", "version": "1", "browser_action": { "default_icon": "icon.png", "default_title": "Show Counter", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/getpocket.com\/" ], "web_accessible_resources": [ "auth.html" ], "manifest_version": 2 } |