Qiita Color Change

Qiitaの記事ページのヘッダ背景色を変えます。

Wat is Qiita Color Change?

Qiita Color Change is een Chrome-extensie ontwikkeld door naoyashiga, en de belangrijkste functie is "Qiitaの記事ページのヘッダ背景色を変えます。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Qiita Color Change

Download Qiita Color Change-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ★変更する色
■通常の記事ページのヘッダ背景色
うすい緑色に変更

■Advent Calendar記事ページのヘッダ背景色
うすい赤色に変更

■文字色
白色の文字をうすい黒色に変更                    

Basisinformatie over de Extensie

Naam Qiita Color Change Qiita Color Change
ID mjbllhjehilnmfbodflmedfemcaagkie
Officiële URL https://chrome.google.com/webstore/detail/qiita-color-change/mjbllhjehilnmfbodflmedfemcaagkie
Beschrijving Qiitaの記事ページのヘッダ背景色を変えます。
Bestandsgrootte 38.73 KB
Aantal Installaties 20
Huidige Versie 0.1
Laatst Bijgewerkt 2014-12-09
Publicatiedatum 2014-12-09
Ontwikkelaar naoyashiga
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qiita Color Change",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Qiita\u306e\u8a18\u4e8b\u30da\u30fc\u30b8\u306e\u30d8\u30c3\u30c0\u80cc\u666f\u8272\u3092\u5909\u3048\u307e\u3059\u3002",
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/qiita.com\/*\/items\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "style.css"
    ]
}