DarkPDF
Adds a simple dark mode functionality for PDF files in Google Chrome
DarkPDFとは何ですか?
DarkPDFはshilopronによって開発されたChromeの拡張機能で、その主な機能は「Adds a simple dark mode functionality for PDF files in Google Chrome」です。
拡張機能のスクリーンショット
DarkPDF拡張機能のCRXファイルをダウンロード
DarkPDF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple extension adds a dark mode functionality for native PDF viewer on Google Chrome. Save yourself from eye strains & migraines and enhance your reading experience today by using this extension.
Features:
- Improved user interface with instructions
- Automatic setting that turns on dark mode by itself
- Keyboard shortcut/Click for toggling
- 3 options for choosing intensity of dark mode 拡張機能の基本情報
| 名前 | |
| ID | cfemcmeknmapecneeeaajnbhhgfgkfhp |
| 公式URL | https://chromewebstore.google.com/detail/darkpdf/cfemcmeknmapecneeeaajnbhhgfgkfhp |
| 説明 | Adds a simple dark mode functionality for PDF files in Google Chrome |
| ファイルサイズ | 85.08 KB |
| インストール数 | 34,652 |
| 現在のバージョン | 2.4.1 |
| 最終更新日 | 2023-09-01 |
| 公開日 | 2021-06-09 |
| 評価 | 3.92/5 合計 85 レビュー |
| 開発者 | shilopron |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "DarkPDF",
"description": "Adds a simple dark mode functionality for PDF files in Google Chrome",
"version": "2.4.1",
"icons": {
"128": "\/icons\/document.png"
},
"action": {
"default_icon": "\/icons\/document.png",
"default_popup": "\/popup.html"
},
"background": {
"service_worker": "\/scripts\/background.js"
},
"permissions": [
"activeTab",
"storage",
"tabs",
"scripting"
],
"host_permissions": [
" | |