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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}