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 |
电子邮箱 | [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 } |