Print Button

Easily print any page with just one click!

ما هو Print Button؟

Print Button هو إضافة Chrome تم تطويرها بواسطة Jorvi، والميزة الرئيسية لها هي "Easily print any page with just one click!".

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

screenshot

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

قم بتنزيل ملفات الامتداد Print Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With Print Button addon, you can easily print any desired page with just one click from your browser's toolbar.

Important features:
a. Print any webpage with a click of a button (toolbar button).
b. No settings or options to adjust.

To report bugs, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/print.html)                    

معلومات أساسية عن التمديد

الاسم Print Button Print Button
ID chknabpgcjhognofjhnlhlmjgidpjkeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg
الوصف Easily print any page with just one click!
حجم الملف 7.05 KB
عدد التثبيتات 13,341
النسخة الحالية 0.1.6
آخر تحديث 2023-12-03
تاريخ النشر 2019-04-07
تقييم 4.20/5 مجموع تقييمات 5
المطور Jorvi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://mybrowseraddon.com/print.html
عنوان صفحة المساعدة https://mybrowseraddon.com/print.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "manifest_version": 3,
    "name": "Print Button",
    "offline_enabled": true,
    "homepage_url": "https:\/\/mybrowseraddon.com\/print.html",
    "description": "Easily print any page with just one click!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Print Button",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}