Dark Side
An extension that helps you to change any website to dark mode and change the font of any website to your desired font
什麼是Dark Side?
Dark Side是由Emmanuel Aina開發的Chrome擴展程式,該擴展的主要功能是“An extension that helps you to change any website to dark mode and change the font of any website to your desired font”。
擴展截圖
下載Dark Side擴展crx文件
下載Dark Side擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension helps you to change any website to dark mode and change the font of any website to your desired font
擴展基本資訊
名稱 | Dark Side |
ID | mepmobcikgjmkmfpogmigbmliihpnpkb |
官方網址 | https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb |
簡介 | An extension that helps you to change any website to dark mode and change the font of any website to your desired font |
檔案大小 | 21.13 KB |
安裝次數 | 819 |
目前版本 | 1.5 |
更新時間 | 2019-09-23 |
上架時間 | 2019-09-23 |
評分 | 3.17/5 共 6 次評分 |
開發者 | Emmanuel Aina |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Side", "version": "1.5", "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font", "permissions": [ "declarativeContent", "tabs", "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "manifest_version": 2 } |