Quick Print
Print quickly with a click of a button.
Wat is Quick Print?
Quick Print is een Chrome-extensie ontwikkeld door Kiby Technologies, LLC, en de belangrijkste functie is "Print quickly with a click of a button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Print
Download Quick Print-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
Quick Print makes your life simpler, allowing you to print any page with one click of a button. No more navigating confusing menus or remember complex shortcuts. Changes: v1.0.0 First Release🎉
Basisinformatie over de Extensie
Naam | |
ID | phfkbpkickaiapjkdlneoedknmfenmei |
Officiële URL | https://chromewebstore.google.com/detail/quick-print/phfkbpkickaiapjkdlneoedknmfenmei |
Beschrijving | Print quickly with a click of a button. |
Bestandsgrootte | 19.98 KB |
Aantal Installaties | 456 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-11-26 |
Publicatiedatum | 2020-11-23 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Kiby Technologies, LLC |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Print", "version": "1.0.1", "description": "Print quickly with a click of a button.", "permissions": [ "activeTab", "tabs", "browserAction" ], "background": { "scripts": [ "scripts\/lib\/hot-reload.js", "scripts\/background.js" ], "persistent": true }, "web_accessible_resources": [ "images\/*", "stylesheets\/project-sky-stylesheet.css" ], "browser_action": [], "icons": { "16": "images\/logo\/white-quick-print-16.png", "32": "images\/logo\/white-quick-print-32.png", "48": "images\/logo\/white-quick-print-48.png", "128": "images\/logo\/white-quick-print-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';", "manifest_version": 2 } |