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": [ " |