Circuit Dark Mode
Dark Mode for Circuit. Extension not official
什麼是Circuit Dark Mode?
Circuit Dark Mode是由Fabio Leme開發的Chrome擴展程式,該擴展的主要功能是“Dark Mode for Circuit. Extension not official”。
擴展截圖
下載Circuit Dark Mode擴展crx文件
下載Circuit Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a wonder dark theme feature when installed on Chrome Browser. You will receive updates whenever new changes are updated. UPDATES: 27/05/2020 *New styles areas updated
擴展基本資訊
名稱 | Circuit Dark Mode |
ID | dnbienmilkidinchjfnhllcflpjhiddi |
官方網址 | https://chromewebstore.google.com/detail/circuit-dark-mode/dnbienmilkidinchjfnhllcflpjhiddi |
簡介 | Dark Mode for Circuit. Extension not official |
檔案大小 | 42.99 KB |
安裝次數 | 28 |
目前版本 | 1.0.2 |
更新時間 | 2020-05-28 |
上架時間 | 2020-05-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Fabio Leme |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Circuit Dark Mode", "description": "Dark Mode for Circuit. Extension not official", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/eu.yourcircuit.com\/*" ], "js": [ "js\/script.js" ], "css": [ "css\/style.css" ] } ], "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |