Cozhihu
Change your Zhihu page Color
What is Cozhihu?
Cozhihu is a Chrome extension developed by http://cozhihu.w3cub.com, and its main feature is "Change your Zhihu page Color".
Extension Screenshots
Download Cozhihu Extension CRX File
Download Cozhihu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oaoadbdcnpjngbdopghepdhlmlbdkgpb |
Official URL | https://chrome.google.com/webstore/detail/cozhihu/oaoadbdcnpjngbdopghepdhlmlbdkgpb |
Description | Change your Zhihu page Color |
File Size | 161 KB |
Installation Count | 28 |
Current Version | 0.4.10.2 |
Last Updated | 2017-01-09 |
Publish Date | 2017-01-09 |
Rating | 4.50/5 Total 2 Ratings |
Developer | http://cozhihu.w3cub.com |
[email protected] | |
Payment Type | free |
Extension Website | http://cozhihu.w3cub.com |
Supported Languages | 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" ] } |