Print this frame

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

¿Qué es Print this frame?

Print this frame es una extensión de Chrome desarrollada por リュウド株式会社, y su función principal es "You can print only the selected frame in frameset HTML page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Print this frame

Descarga archivos de extensión Print this frame en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
URL Oficial https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Descripción You can print only the selected frame in frameset HTML page.
Tamaño del Archivo 16.51 KB
Cantidad de Instalaciones 29,337
Versión Actual 0.3.1
Última Actualización 2022-10-12
Fecha de Publicación 2019-07-04
Calificación 4.27/5 Total de 11 Calificaciones
Desarrollador リュウド株式会社
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}