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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |