Twitter Custom Color
A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.
Twitter Custom Color란 무엇입니까?
Twitter Custom Color은(는) malcolm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options."입니다.
확장 프로그램 스크린샷
Twitter Custom Color 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds the ability to make a custom color theme for Twitter. Simply click the extension icon while you're on Twitter to reveal a color selector. Using that, you can define any color you want. Your chosen color will be applied as the accent color throughout twitter. (You may need to refresh the page for your changes to apply). Works with light mode and both dark modes. Why limit yourself to the 6 default options when you could instead have 16,777,216? *** Update 1.2.5 - CSS fixes Update 1.2.4 - CSS fixes in response to changes to Twitter's UI
확장 프로그램 기본 정보
이름 | Twitter Custom Color |
ID | ijbadhmaaffcpplchdijgjfffbmmllke |
공식 URL | https://chromewebstore.google.com/detail/twitter-custom-color/ijbadhmaaffcpplchdijgjfffbmmllke |
설명 | A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options. |
파일 크기 | 44.28 KB |
설치 횟수 | 3,817 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2023-11-21 |
출시 날짜 | 2022-03-23 |
평점 | 4.48/5 총 23 개의 평점 |
개발자 | malcolm |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Custom Color", "description": "A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.", "author": "malcolm", "version": "1.2.5", "manifest_version": 3, "permissions": [ "storage", "scripting", "tabs", "declarativeContent" ], "host_permissions": [ "*:\/\/twitter.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to open color selector", "default_popup": "selector.html" }, "icons": { "16": "16.png", "32": "32.png", "64": "64.png", "128": "128.png" } } |