The Printliminator
A simple tool to make websites print better.
什么是The Printliminator?
The Printliminator是由Mottie开发的Chrome扩展程序,该扩展的主要功能是“A simple tool to make websites print better.”。
扩展截图
下载The Printliminator扩展crx文件
下载The Printliminator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Printliminator is a simple tool you can use to make websites print better. One click to activate, and then click to remove highlighted elements from the page, remove graphics, and apply better print styling.
扩展基本信息
名称 | The Printliminator |
ID | nklechikgnfoonbfmcalddjcpmcmgapf |
官方URL | https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf |
简介 | A simple tool to make websites print better. |
文件大小 | 23.62 KB |
安装次数 | 15,176 |
当前版本 | 4.0.5 |
更新时间 | 2015-10-11 |
上架时间 | 2015-10-11 |
评分 | 4.70/5 共56次评分 |
开发者 | Mottie |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/CSS-Tricks/The-Printliminator |
帮助页面URL | https://github.com/CSS-Tricks/The-Printliminator/wiki |
支持的语言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_printliminatorName__", "version": "4.0.5", "manifest_version": 2, "author": "Chris Coyier", "description": "__MSG_printliminatorDescription__", "homepage_url": "https:\/\/github.com\/CSS-Tricks\/The-Printliminator", "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png", "default_title": "__MSG_printliminatorName__", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "printliminator.js", "printliminator.css" ] } |