Print Plus
Adds a print button to the browser.
什么是Print Plus?
Print Plus是由ellienora00开发的Chrome扩展程序,该扩展的主要功能是“Adds a print button to the browser.”。
扩展截图
下载Print Plus扩展crx文件
下载Print Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two. 扩展基本信息
| 名称 | |
| ID | edomigmolmlfpcdkidnjagcahdbacpbj |
| 官方URL | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
| 简介 | Adds a print button to the browser. |
| 文件大小 | 4.49 KB |
| 安装次数 | 502 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-01-11 |
| 上架时间 | 2022-01-11 |
| 开发者 | ellienora00 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.golferarena.com/ |
| 帮助页面URL | https://www.golferarena.com/ |
| 隐私政策页面URL | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Print Plus",
"description": "Adds a print button to the browser.",
"version": "1.2",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Print this page",
"default_icon": "print_16x16.png"
},
"manifest_version": 2
} | |