Quick Print

Print quickly with a click of a button.

What is Quick Print?

Quick Print is a Chrome extension developed by Kiby Technologies, LLC, and its main feature is "Print quickly with a click of a button.".

Extension Screenshots

screenshot

Download Quick Print Extension CRX File

Download Quick Print 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

                        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🎉                    

Extension Basic Information

Name Quick Print Quick Print
ID phfkbpkickaiapjkdlneoedknmfenmei
Official URL https://chromewebstore.google.com/detail/quick-print/phfkbpkickaiapjkdlneoedknmfenmei
Description Print quickly with a click of a button.
File Size 19.98 KB
Installation Count 456
Current Version 1.0.1
Last Updated 2020-11-26
Publish Date 2020-11-23
Rating 1.00/5 Total 1 Ratings
Developer Kiby Technologies, LLC
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Supported Languages 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
}