PrintAny
One click print current TAB, selected content on a website and also Google emails.
什么是PrintAny?
PrintAny是由Murali Krishna Chanda开发的Chrome扩展程序,该扩展的主要功能是“One click print current TAB, selected content on a website and also Google emails.”。
扩展截图
下载PrintAny扩展crx文件
下载PrintAny扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Print button inside you Chrome browser to easy print a page with one click.
扩展基本信息
名称 | PrintAny |
ID | fomndpnkhdffldikpeefdjeiebjdbgmn |
官方URL | https://chromewebstore.google.com/detail/printany/fomndpnkhdffldikpeefdjeiebjdbgmn |
简介 | One click print current TAB, selected content on a website and also Google emails. |
文件大小 | 12.35 KB |
安装次数 | 1,782 |
当前版本 | 1.0 |
更新时间 | 2019-04-03 |
上架时间 | 2019-04-03 |
评分 | 5.00/5 共4次评分 |
开发者 | Murali Krishna Chanda |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrintAny", "version": "1.0", "manifest_version": 2, "description": "One click print current TAB, selected content on a website and also Google emails.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "printer.png" }, "permissions": [ "activeTab" ], "icons": { "16": "printer.png", "32": "printer.png", "48": "printer.png", "128": "printer.png" }, "offline_enabled": true } |