Shades

Wikipedia Dankifier

Shadesとは何ですか?

Shadesはrsopherによって開発されたChromeの拡張機能で、その主な機能は「Wikipedia Dankifier」です。

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

screenshot

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

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

拡張機能の使用方法

                        Slides in "deal with it" sunglasses onto the occasional Wikipedia portrait.

Feed me stars or I'll cry: https://github.com/revan/Shades                    

拡張機能の基本情報

名前 Shades Shades
ID oekcldnibfbbhgkmadgjlabcdjefclkm
公式URL https://chromewebstore.google.com/detail/shades/oekcldnibfbbhgkmadgjlabcdjefclkm
説明 Wikipedia Dankifier
ファイルサイズ 238 KB
インストール数 3,078
現在のバージョン 0.0.2
最終更新日 2016-07-08
公開日 2016-07-07
評価 4.67/5 合計 3 レビュー
開発者 rsopher
支払い方法 free
拡張機能のウェブサイト https://github.com/revan/Shades
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shades",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Wikipedia Dankifier",
    "homepage_url": "https:\/\/github.com\/revan\/shades",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.wikipedia.org\/wiki\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/tracking-min.js",
                "js\/eye-min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "shades.png"
    ]
}