Print this frame

You can print only the selected frame in frameset HTML page.

ما هو Print this frame؟

Print this frame هو إضافة Chrome تم تطويرها بواسطة リュウド株式会社، والميزة الرئيسية لها هي "You can print only the selected frame in frameset HTML page.".

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

screenshot

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

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

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

                        You will see the [Print this frame...] on the context menu by right-clickking in the frame of the page that uses .
By selecting the menu item, you can print only the contents of the frame.

This command does not reload the contents of the frame. You can also use this function for the contents received HTTP-POST.                    

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

الاسم Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
الوصف You can print only the selected frame in frameset HTML page.
حجم الملف 16.51 KB
عدد التثبيتات 29,337
النسخة الحالية 0.3.1
آخر تحديث 2022-10-12
تاريخ النشر 2019-07-04
تقييم 4.27/5 مجموع تقييمات 11
المطور リュウド株式会社
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.3.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ]
}