Fiverr Dark Theme
Convert your Fiverr Light theme into dark theme
什麼是Fiverr Dark Theme?
Fiverr Dark Theme是由War Tech Softwares開發的Chrome擴展程式,該擴展的主要功能是“Convert your Fiverr Light theme into dark theme”。
擴展截圖
下載Fiverr Dark Theme擴展crx文件
下載Fiverr Dark Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Convert your Fiverr web site Light Theme into dark Theme. Fiverr Dark Theme is an extension that help you to focus on your project. The main features are: ⚫️ Apply dark mode Only on Fiverr Website ⚫️ Enable night shift - yellow tint that helps your eyes ⚫️ Protect your eyes. ⚫️ This extension will override the style of Fiverr.com and make the page dark. The new design will let you discover a new side of Fiverr.com. Download and enjoy 🖤
擴展基本資訊
名稱 | |
ID | nogggognnneobhlfjicnaiokojpcfcna |
官方網址 | https://chrome.google.com/webstore/detail/fiverr-dark-theme/nogggognnneobhlfjicnaiokojpcfcna |
簡介 | Convert your Fiverr Light theme into dark theme |
檔案大小 | 17.57 KB |
安裝次數 | 108 |
目前版本 | 1.1.0 |
更新時間 | 2022-07-18 |
上架時間 | 2022-07-15 |
評分 | 5.00/5 共 15 次評分 |
開發者 | War Tech Softwares |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fiverr Dark Theme", "description": "Convert your Fiverr Light theme into dark theme", "version": "1.1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.fiverr.com\/*" ], "js": [ "background.js" ] } ] } |