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 |
| 官方網址 | 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 |
| 電子郵箱 | [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": [
" | |