Print this page
Adds a print button to the browser.
什么是Print this page?
Print this page是由https://www.translation-services-usa.com开发的Chrome扩展程序,该扩展的主要功能是“Adds a print button to the browser.”。
扩展截图
下载Print this page扩展crx文件
下载Print this page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers. Developed for printing funny translations from: http://www.funnytranslator.com/
扩展基本信息
名称 | |
ID | lcgafbckfbhpbmhlpncamfphlpdemleo |
官方URL | https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo |
简介 | Adds a print button to the browser. |
文件大小 | 4.08 KB |
安装次数 | 17 |
当前版本 | 1.1 |
更新时间 | 2017-08-26 |
上架时间 | 2017-08-25 |
开发者 | https://www.translation-services-usa.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print this page", "description": "Adds a print button to the browser.", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |