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.
扩展基本信息
名称 | PDF Color Inverter |
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 |
电子邮箱 | [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 } |