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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |