Change Page Colors
A tool that automatically change the color of background and text in the page
什麼是Change Page Colors?
Change Page Colors是由zanomate開發的Chrome擴展程式,該擴展的主要功能是“A tool that automatically change the color of background and text in the page”。
擴展截圖
下載Change Page Colors擴展crx文件
下載Change Page Colors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"Change Page Colors" is a tool that allow users to easily change main background and text colors of any web page. The purpose is to make reading more confortable and adaptive to the user preferences. Functionality (First release) - Change background and text color a any page with a click. - Choose your favorite colors and the tool will remember your last choice.
擴展基本資訊
名稱 | |
ID | bpffefpenhflenffmncchaepkgebkpne |
官方網址 | https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne |
簡介 | A tool that automatically change the color of background and text in the page |
檔案大小 | 43.54 KB |
安裝次數 | 4,311 |
目前版本 | 1.0.0.0 |
更新時間 | 2016-02-27 |
上架時間 | 2016-02-27 |
評分 | 2.55/5 共 22 次評分 |
開發者 | zanomate |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0.0", "name": "Change Page Colors", "description": "A tool that automatically change the color of background and text in the page", "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "browser_action": { "default_icon": "imgs\/128.png", "default_popup": "popup.html" }, "permissions": [ " |