Pocket Count
Displays a count of unread Pocket items.
Pocket Countคืออะไร?
Pocket Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sancho Pancho และคุณลักษณะหลักของมันคือ "Displays a count of unread Pocket items."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pocket Count
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |