PDF Color Inverter
Inverts colors on PDFs
PDF Color Inverterとは何ですか?
PDF Color InverterはNoor Syedによって開発されたChromeの拡張機能で、その主な機能は「Inverts colors on PDFs」です。
拡張機能のスクリーンショット
PDF Color Inverter拡張機能のCRXファイルをダウンロード
PDF Color Inverter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make PDFs easier on the eyes.
Lightweight, simple, and easy to use. Turn your normal chrome pdf reader into one that can invert colors.
IMPORTANT:
To invert colors on locally downloaded PDFs, make sure to "allow access to file URLs" in the extension manager. 拡張機能の基本情報
| 名前 | |
| ID | ikkeapgomkpbcpaiompapjdlhmafgkpg |
| 公式URL | https://chromewebstore.google.com/detail/pdf-color-inverter/ikkeapgomkpbcpaiompapjdlhmafgkpg |
| 説明 | Inverts colors on PDFs |
| ファイルサイズ | 27.25 KB |
| インストール数 | 15,062 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-12-31 |
| 公開日 | 2020-11-11 |
| 評価 | 3.88/5 合計 33 レビュー |
| 開発者 | Noor Syed |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://docs.google.com/forms/d/e/1FAIpQLScUWcjY6QUO2Asv2Qes55xJ2BgQ0wQ841zXlXc7a_SW_XVyTg/viewform?usp=sf_link |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PDF Color Inverter",
"version": "1.0",
"description": "Inverts colors on PDFs",
"permissions": [
"activeTab",
"declarativeContent"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_title": "Invert PDF Colors",
"default_icon": {
"16": "images\/invert16.png",
"32": "images\/invert32.png",
"48": "images\/invert48.png",
"128": "images\/invert128.png"
}
},
"icons": {
"16": "images\/invert16.png",
"32": "images\/invert32.png",
"48": "images\/invert48.png",
"128": "images\/invert128.png"
},
"manifest_version": 2
} | |