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.".
Снимки экрана расширения
Скачать файл 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
Основная информация о расширении
Название | 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" ] } |