StackInbox

Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.

StackInbox क्या है?

StackInbox James Mortensen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preserves New Stack Exchange Inbox Messages Until They Are Actually Read."।

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

screenshot
screenshot

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

crx प्रारूप में StackInbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Preserves new Stack Exchange Inbox messages until they are actually read. Items appear in the global inbox as they normally would, but the only items marked as read are ones that you click on. If there are unread items in the inbox, but you've viewed the inbox already, the unread count is displayed in blue instead of red. This  Chrome Extension was inspired by a Meta Stack Overflow feature request: (http://meta.stackoverflow.com/q/72440/155826).

Because the development team is interested in avoiding bloat, anything that adds user preferences to the system or that adds more complexity is avoided. Thus, this extension gives this functionality to those who want it.                    

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

नाम StackInbox StackInbox
ID kmjiigfeolianjdlcdhnjmobidmidhod
आधिकारिक URL https://chrome.google.com/webstore/detail/stackinbox/kmjiigfeolianjdlcdhnjmobidmidhod
विवरण Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.
फ़ाइल का आकार 38.42 KB
स्थापना संख्या 29
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2014-03-01
प्रकाशन तिथि 2014-03-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर James Mortensen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://stackapps.com/q/3778/4812
सहायता पृष्ठ URL http://stackapps.com/q/3778/4812
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/stackapps.com\/*",
                "http:\/\/*.stackoverflow.com\/*",
                "http:\/\/*.stackexchange.com\/*",
                "http:\/\/stackoverflow.com\/*",
                "http:\/\/serverfault.com\/*",
                "http:\/\/*.serverfault.com\/*",
                "http:\/\/superuser.com\/*",
                "http:\/\/*.superuser.com\/*",
                "http:\/\/askubuntu.com\/*",
                "http:\/\/*.askubuntu.com\/*",
                "http:\/\/mathoverflow.net\/*",
                "http:\/\/*.mathoverflow.net\/*"
            ],
            "js": [
                "stackInbox.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.",
    "name": "StackInbox",
    "homepage_url": "http:\/\/stackapps.com\/q\/3778\/4812",
    "version": "1.1.3",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/api.stackexchange.com\/*"
    ],
    "icons": {
        "16": "16-StackInbox.png",
        "48": "48-StackInbox.png",
        "128": "128-StackInbox.png"
    }
}