Print this page
Adds a print button to the browser.
What is Print this page?
Print this page is a Chrome extension developed by https://www.translation-services-usa.com, and its main feature is "Adds a print button to the browser.".
Extension Screenshots
Download Print this page Extension CRX File
Download Print this page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | lcgafbckfbhpbmhlpncamfphlpdemleo |
Official URL | https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo |
Description | Adds a print button to the browser. |
File Size | 4.08 KB |
Installation Count | 17 |
Current Version | 1.1 |
Last Updated | 2017-08-26 |
Publish Date | 2017-08-25 |
Developer | https://www.translation-services-usa.com |
Payment Type | free |
Supported Languages | 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 } |