Quick Print

Print quickly with a click of a button.

Quick Print란 무엇입니까?

Quick Print은(는) Kiby Technologies, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print quickly with a click of a button."입니다.

확장 프로그램 스크린샷

screenshot

Quick Print 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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🎉                    

확장 프로그램 기본 정보

이름 Quick Print Quick Print
ID phfkbpkickaiapjkdlneoedknmfenmei
공식 URL https://chromewebstore.google.com/detail/quick-print/phfkbpkickaiapjkdlneoedknmfenmei
설명 Print quickly with a click of a button.
파일 크기 19.98 KB
설치 횟수 456
현재 버전 1.0.1
최근 업데이트 2020-11-26
출시 날짜 2020-11-23
평점 1.00/5 총 1 개의 평점
개발자 Kiby Technologies, LLC
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
지원되는 언어 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
}