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 |
公式URL | 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 |
Eメール | [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" } } |