Cozhihu

Change your Zhihu page Color

Vad är Cozhihu?

Cozhihu är en Chrome-tillägg utvecklad av http://cozhihu.w3cub.com, och dess huvudfunktion är "Change your Zhihu page Color".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Cozhihu-förlängningens CRX-fil

Ladda ner Cozhihu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cozhihu Cozhihu
ID oaoadbdcnpjngbdopghepdhlmlbdkgpb
Officiell webbadress https://chrome.google.com/webstore/detail/cozhihu/oaoadbdcnpjngbdopghepdhlmlbdkgpb
Beskrivning Change your Zhihu page Color
Filstorlek 161 KB
Antal Installationer 28
Aktuell Version 0.4.10.2
Senast Uppdaterad 2017-01-09
Publiceringsdatum 2017-01-09
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare http://cozhihu.w3cub.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://cozhihu.w3cub.com
Stödda Språk 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"
    ]
}