Pocket Count

Displays a count of unread Pocket items.

Pocket Count क्या है?

Pocket Count Sancho Pancho द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a count of unread Pocket items."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pocket Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!                    

एक्सटेंशन की मूल जानकारी

नाम Pocket Count Pocket Count
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"
    }
}