ANTDR: ANother Trivial Dark Reader
Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!
什麼是ANTDR: ANother Trivial Dark Reader?
ANTDR: ANother Trivial Dark Reader是由vitrums.dev開發的Chrome擴展程式,該擴展的主要功能是“Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!”。
擴展截圖
下載ANTDR: ANother Trivial Dark Reader擴展crx文件
下載ANTDR: ANother Trivial Dark Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It simply makes the colors look inverted. Therefore, it works best for dark text on light backgrounds. Bullet points: - To make the extension work with offline files (e.g. PDF from hard drive) you must: 1) Open chrome://extensions. 2) Find ANTDR and click "Details" button. 3) Turn on "Allow access to file URLs". - Make sure you pin the extension to the toolbar. - After switching to dark mode toggle full screen with F11 button to temporarily hide light sections of the browser like the search bar and bookmarks section while reading. Enjoy! Note: this extension does not put at risk any of the user data stored locally or elsewhere. You can download the source code of this extension at: https://github.com/vitrums/ANTDR Also special note for Windows users, who install this extension on Google Chrome. Unless Google changes it in the future, you can check the unpacked code of all the installed extensions including ANTDR at C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Extensions.
擴展基本資訊
名稱 | ANTDR: ANother Trivial Dark Reader |
ID | jppgbnfedcogejclnnipdglbejknlpia |
官方網址 | https://chromewebstore.google.com/detail/antdr-another-trivial-dar/jppgbnfedcogejclnnipdglbejknlpia |
簡介 | Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too! |
檔案大小 | 12.17 KB |
安裝次數 | 96 |
目前版本 | 0.0.0.2 |
更新時間 | 2022-01-29 |
上架時間 | 2022-01-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | vitrums.dev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ANTDR: ANother Trivial Dark Reader", "description": "Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!", "version": "0.0.0.2", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/day_night16.png", "32": "\/images\/day_night32.png", "48": "\/images\/day_night48.png", "64": "\/images\/day_night64.png", "128": "\/images\/day_night128.png" } }, "icons": { "16": "\/images\/day_night16.png", "32": "\/images\/day_night32.png", "48": "\/images\/day_night48.png", "64": "\/images\/day_night64.png", "128": "\/images\/day_night128.png" } } |