Cozhihu

Change your Zhihu page Color

Cos'è Cozhihu?

Cozhihu è un'estensione di Chrome sviluppata da http://cozhihu.w3cub.com, e la sua funzione principale è "Change your Zhihu page Color".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cozhihu

Scarica i file di estensione Cozhihu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Cozhihu allows you to change the zhihu website skins which have over 25 themes to chose. Allow users hover the color panel to preview. And right click the browser action icon you can faster open the geek link.                    

Informazioni di Base sull'Estensione

Nome Cozhihu Cozhihu
ID oaoadbdcnpjngbdopghepdhlmlbdkgpb
URL Ufficiale https://chrome.google.com/webstore/detail/cozhihu/oaoadbdcnpjngbdopghepdhlmlbdkgpb
Descrizione Change your Zhihu page Color
Dimensione del File 161 KB
Conteggio Installazioni 28
Versione Corrente 0.4.10.2
Ultimo Aggiornamento 2017-01-09
Data di Pubblicazione 2017-01-09
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore http://cozhihu.w3cub.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://cozhihu.w3cub.com
Lingue Supportate en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/colorstyle.js",
                "content\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "38": "icons\/color\/38.png",
        "152": "icons\/color\/152.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/color\/19.png",
        "default_title": "__MSG_extDesc__",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "version": "0.4.10.2",
    "web_accessible_resources": [
        "skins\/*.css",
        "images\/*.png",
        "icons\/*\/*.png"
    ]
}