Quick Print

Print quickly with a click of a button.

ما هو Quick Print؟

Quick Print هو إضافة Chrome تم تطويرها بواسطة Kiby Technologies, LLC، والميزة الرئيسية لها هي "Print quickly with a click of a button.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Quick Print

قم بتنزيل ملفات الامتداد Quick Print بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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
}