Print this frame

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

Wat is Print this frame?

Print this frame is een Chrome-extensie ontwikkeld door リュウド株式会社, en de belangrijkste functie is "You can print only the selected frame in frameset HTML page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Print this frame

Download Print this frame-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
Officiële URL https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Beschrijving You can print only the selected frame in frameset HTML page.
Bestandsgrootte 16.51 KB
Aantal Installaties 29,337
Huidige Versie 0.3.1
Laatst Bijgewerkt 2022-10-12
Publicatiedatum 2019-07-04
Beoordeling 4.27/5 Totaal 11 Beoordelingen
Ontwikkelaar リュウド株式会社
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}