Sorted Stack

An extension that supplements stackoverflow.com by marking the highest voted answer by the community with a unique icon, as well as…

Sorted Stackとは何ですか?

Sorted StackはSwickDevによって開発されたChromeの拡張機能で、その主な機能は「An extension that supplements stackoverflow.com by marking the highest voted answer by the community with a unique icon, as well as…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Sorted Stack拡張機能のCRXファイルをダウンロード

Sorted Stack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension that supplements stackoverflow.com by marking the highest voted answer by the community with a unique icon, as well as moving this answer to the first place position in the list.

Normally the person can asking the question can select a single answer as accepted, but often times other answers arise that were too late to the game or the asker didn't like. This extension always places the answers in sorted order by the number of votes the answer received.                    

拡張機能の基本情報

名前 Sorted Stack Sorted Stack
ID fpbbollnpcfogjaccdegemhcmpbeglkn
公式URL https://chromewebstore.google.com/detail/sorted-stack/fpbbollnpcfogjaccdegemhcmpbeglkn
説明 An extension that supplements stackoverflow.com by marking the highest voted answer by the community with a unique icon, as well as…
ファイルサイズ 33.16 KB
インストール数 22
現在のバージョン 0.1
最終更新日 2016-04-27
公開日 2016-04-26
評価 4.40/5 合計 5 レビュー
開発者 SwickDev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sorted Stack",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/stackoverflow.com\/questions\/*",
                "https:\/\/stackoverflow.com\/questions\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon.png"
    }
}