Print your current page.
什么是Print?
Print是由cros-mgmt-eng开发的Chrome扩展程序,该扩展的主要功能是“Print your current page.”。
扩展截图
下载Print扩展crx文件
下载Print扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a shortcut to print your page.
By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/. 扩展基本信息
| 名称 | |
| ID | ngjnkanfphagcaokhjecbgkboelgfcnf |
| 官方URL | https://chromewebstore.google.com/detail/print/ngjnkanfphagcaokhjecbgkboelgfcnf |
| 简介 | Print your current page. |
| 文件大小 | 5.69 KB |
| 安装次数 | 7,878 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2015-08-25 |
| 上架时间 | 2015-08-25 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | cros-mgmt-eng |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Print",
"version": "1.0.1",
"description": "Print your current page.",
"icons": {
"72": "icon_black.png"
},
"browser_action": {
"default_title": "Print",
"default_icon": "icon_black.png"
},
"background": {
"page": "print.html",
"persistent": false
},
"permissions": [
"activeTab"
]
} | |