Github +1s

Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.

Github +1sとは何ですか?

Github +1sはRyan Florenceによって開発されたChromeの拡張機能で、その主な機能は「Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.」です。

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

screenshot

Github +1s拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Github +1s Github +1s
ID lddfkkebajnpiicnpfamebilmhamkeme
公式URL https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme
説明 Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
ファイルサイズ 5.54 KB
インストール数 210
現在のバージョン 1.4.0
最終更新日 2015-06-19
公開日 2015-06-19
評価 4.58/5 合計 12 レビュー
開発者 Ryan Florence
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github +1s",
    "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.",
    "version": "1.4.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "plusone.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}