Print Extension
Prints Pages in Chrome
什么是Print Extension?
Print Extension是由http://blog.m1cr0sux0r.com开发的Chrome扩展程序,该扩展的主要功能是“Prints Pages in Chrome”。
扩展截图
下载Print Extension扩展crx文件
下载Print Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Extension allows you to print the currently displayed Web Page. Although this may seem silly, I needed to have this ability in Chrome and so I created it! I just got sick of hitting CTRL+P! UPDATE: 02/03/2011 Version 6: fixed auto-prompt when opening new tab bug and added the ability to only print selected text. UPDATE: 08/24/2012 Version 7: Modified to support upcoming versions of Chrome. UPDATE: 03/04/2016 added in app payment to allow users to show their appreciation.
扩展基本信息
名称 | |
ID | bpkeigdcgenbnkhgepkihlgfabkhdong |
官方URL | https://chrome.google.com/webstore/detail/print-extension/bpkeigdcgenbnkhgepkihlgfabkhdong |
简介 | Prints Pages in Chrome |
文件大小 | 20.76 KB |
安装次数 | 20,000 |
当前版本 | 7.1 |
更新时间 | 2016-03-04 |
上架时间 | 2016-03-04 |
评分 | 2.86/5 共98次评分 |
开发者 | http://blog.m1cr0sux0r.com |
付费类型 | free |
扩展官网 | http://m1cr0sux0r.com/blog |
帮助页面URL | http://m1cr0sux0r.com/blog |
支持的语言 | en |
manifest.json | |
{ "name": "Print Extension", "version": "7.1", "manifest_version": 2, "description": "Prints Pages in Chrome", "icons": { "128": "printer128.png", "16": "printer16.png", "32": "printer32.png", "48": "printer48.png" }, "browser_action": { "default_icon": "printer48.png", "default_title": "Print This Page" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/blog.m1cr0sux0r.com\/", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |