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" } } |