ColorfulPWA
This extension allows you to choose web application titlebar color.
ColorfulPWAとは何ですか?
ColorfulPWAはantoinel12.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to choose web application titlebar color.」です。
拡張機能のスクリーンショット
ColorfulPWA拡張機能のCRXファイルをダウンロード
ColorfulPWA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to choose web application titlebar color. ***This extension requires that you create shortcut as an app (in single window) for the website you are intending to change the color.*** See https://support.google.com/chrome_webstore/answer/3060053?hl=en for more details. It is especially useful web the web developper did not specified the color for his website and when the color inferred by Chrome is ugly. You can also use it to easily distinguish windows when you have lots of them opened or when you want to quickly discriminate the current environment (DEV, TEST or PRODUCTION) you are working on. No data is sent to a webserver, all informations are stored locally on your device. It is licensed under AGPL-3.0. More details and source code are available on extension's page on GitHub. For support please open a bug on GitHub.
拡張機能の基本情報
名前 | |
ID | kecpjkejogdfaibpnfeomdiodibnojll |
公式URL | https://chromewebstore.google.com/detail/colorfulpwa/kecpjkejogdfaibpnfeomdiodibnojll |
説明 | This extension allows you to choose web application titlebar color. |
ファイルサイズ | 135 KB |
インストール数 | 618 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-06-09 |
公開日 | 2020-06-08 |
評価 | 4.82/5 合計 17 レビュー |
開発者 | antoinel12.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/antoinel12/ColorfulPWA |
ヘルプページのURL | https://github.com/antoinel12/ColorfulPWA/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ColorfulPWA", "description": "This extension allows you to choose web application titlebar color.", "version": "1.0.0", "author": "antoinel12", "homepage_url": "https:\/\/github.com\/antoinel12\/ColorfulPWA", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |