StackInbox

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

什麼是StackInbox?

StackInbox是由James Mortensen開發的Chrome擴展程式,該擴展的主要功能是“Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.”。

擴展截圖

screenshot
screenshot

下載StackInbox擴展crx文件

下載StackInbox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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