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 |
官方網址 | 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" } } |