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 |
公式URL | 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": [ " |