Dark Theme Tab
Save your eyes and view any site in dark mode
Dark Theme Tabคืออะไร?
Dark Theme Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dark-tab.com และคุณลักษณะหลักของมันคือ "Save your eyes and view any site in dark mode"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Theme Tab
ดาวน์โหลดไฟล์ส่วนขยาย Dark Theme Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When people spend long days in front of their computers they often strain their eyes because of the long exposure to bright screen. With Dark Theme Tab you will be able to automatically view any website in dark mode and save your eyes. Each time you open a new browser tab, this extension will make sure your new tab opens in dark mode and when you search the web, your websites will also be shown in dark mode. Also we provide your with a handy search bar that lets you quickly search for information through Microsoft Bing search engine and quick links to popular sites. Features: - Dark mode by default - Handy accessible search bar - Handy quick links to popular sites - Displays current time By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the Dark Theme Tab Chrome extension. I understand that by doing so, my browser's new tab will be set to that provided by the service with search results by Microsoft Bing, and the Privacy and Terms of Use. Terms of Use: https://triplex-media.com/terms.html Privacy Policy: https://triplex-media.com/privacy_policy.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dark Theme Tab |
ID | jblkkolhhcilkpbgfofhbkoknnfompln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dark-theme-tab/jblkkolhhcilkpbgfofhbkoknnfompln |
คำอธิบาย | Save your eyes and view any site in dark mode |
ขนาดไฟล์ | 539 KB |
จำนวนการติดตั้ง | 34,450 |
เวอร์ชันปัจจุบัน | 0.4.3 |
อัปเดตครั้งล่าสุด | 2023-08-23 |
วันที่เผยแพร่ | 2023-08-23 |
ผู้พัฒนา | https://dark-tab.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dark-tab.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://triplex-media.com/privacy_policy.html |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "Dark Theme Tab", "version": "0.4.3", "description": "__MSG_extDescription__", "manifest_version": 3, "author": "jack", "action": [], "chrome_url_overrides": { "newtab": ".\/views\/main.html" }, "background": { "service_worker": ".\/background_js\/service_worker.js" }, "permissions": [ "storage" ], "icons": { "128": ".\/images\/logo_128.png", "32": ".\/images\/logo_32.png", "16": ".\/images\/logo_16.png" }, "default_locale": "en", "content_scripts": [ { "css": [], "js": [ ".\/behaviours\/amazon\/amazon.js", ".\/behaviours\/bing\/bing.js", ".\/behaviours\/drive\/drive.js", ".\/behaviours\/ebay\/ebay.js", ".\/behaviours\/facebook\/fb.js", ".\/behaviours\/global\/global.js", ".\/behaviours\/google\/google.js", ".\/behaviours\/netflix\/netflix.js", ".\/behaviours\/quora\/quora.js", ".\/behaviours\/twitter\/twitter.js", ".\/behaviours\/wikipedia\/wikipedia.js", ".\/behaviours\/yahoo\/yahoo.js", ".\/behaviours\/youtube\/youtube.js", ".\/behaviours\/index.js" ], "matches": [ " |