Twitter Pastel Palettes
Cute pastel color themes for Twitter/X in Chrome
什麼是Twitter Pastel Palettes?
Twitter Pastel Palettes是由rin開發的Chrome擴展程式,該擴展的主要功能是“Cute pastel color themes for Twitter/X in Chrome”。
擴展截圖
下載Twitter Pastel Palettes擴展crx文件
下載Twitter Pastel Palettes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Six cute pastel color themes to apply to Twitter's desktop site!
Note: Must be using Twitter's default blue display color! (Designed to overwrite Twitter's light mode + blue accent default layout) 擴展基本資訊
| 名稱 | |
| ID | bigcpeflhikdlnbmpmhgcmknhjkejbki |
| 官方網址 | https://chromewebstore.google.com/detail/twitter-pastel-palettes/bigcpeflhikdlnbmpmhgcmknhjkejbki |
| 簡介 | Cute pastel color themes for Twitter/X in Chrome |
| 檔案大小 | 1.13 MB |
| 安裝次數 | 6,129 |
| 目前版本 | 1.6 |
| 更新時間 | 2024-02-18 |
| 上架時間 | 2020-04-16 |
| 評分 | 4.38/5 共 24 次評分 |
| 開發者 | rin |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitter Pastel Palettes",
"description": "Cute pastel color themes for Twitter\/X in Chrome",
"version": "1.6",
"action": {
"default_popup": "popup\/popup.html",
"default_icon": "icons\/icon48.png",
"default_title": "Twitter Pastel Palettes"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/twitter.com\/*"
],
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |