Print this page
Adds a print button to the browser.
Wat is Print this page?
Print this page is een Chrome-extensie ontwikkeld door https://www.translation-services-usa.com, en de belangrijkste functie is "Adds a print button to the browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Print this page
Download Print this page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | lcgafbckfbhpbmhlpncamfphlpdemleo |
Officiële URL | https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo |
Beschrijving | Adds a print button to the browser. |
Bestandsgrootte | 4.08 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-08-26 |
Publicatiedatum | 2017-08-25 |
Ontwikkelaar | https://www.translation-services-usa.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |