PrintAny
One click print current TAB, selected content on a website and also Google emails.
Wat is PrintAny?
PrintAny is een Chrome-extensie ontwikkeld door Murali Krishna Chanda, en de belangrijkste functie is "One click print current TAB, selected content on a website and also Google emails.".
Extensie Screenshots
Download het CRX-bestand van de extensie PrintAny
Download PrintAny-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
Print button inside you Chrome browser to easy print a page with one click.
Basisinformatie over de Extensie
Naam | PrintAny |
ID | fomndpnkhdffldikpeefdjeiebjdbgmn |
Officiële URL | https://chromewebstore.google.com/detail/printany/fomndpnkhdffldikpeefdjeiebjdbgmn |
Beschrijving | One click print current TAB, selected content on a website and also Google emails. |
Bestandsgrootte | 12.35 KB |
Aantal Installaties | 1,782 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-04-03 |
Publicatiedatum | 2019-04-03 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Murali Krishna Chanda |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrintAny", "version": "1.0", "manifest_version": 2, "description": "One click print current TAB, selected content on a website and also Google emails.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "printer.png" }, "permissions": [ "activeTab" ], "icons": { "16": "printer.png", "32": "printer.png", "48": "printer.png", "128": "printer.png" }, "offline_enabled": true } |