Cozhihu
Change your Zhihu page Color
Hvad er Cozhihu?
Cozhihu er en Chrome-udvidelse udviklet af http://cozhihu.w3cub.com, og dens hovedfunktion er "Change your Zhihu page Color".
Udvidelsesskærmbilleder
Download Cozhihu-udvidelses-CRX-fil
Download Cozhihu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | oaoadbdcnpjngbdopghepdhlmlbdkgpb |
Officiel URL | https://chrome.google.com/webstore/detail/cozhihu/oaoadbdcnpjngbdopghepdhlmlbdkgpb |
Beskrivelse | Change your Zhihu page Color |
Filstørrelse | 161 KB |
Antal Installationer | 28 |
Nuværende Version | 0.4.10.2 |
Senest Opdateret | 2017-01-09 |
Udgivelsesdato | 2017-01-09 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | http://cozhihu.w3cub.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://cozhihu.w3cub.com |
Understøttede Sprog | 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" ] } |