Print this frame

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

Was ist Print this frame?

Print this frame ist eine Chrome-Erweiterung, die von リュウド株式会社 entwickelt wurde, und ihr Hauptmerkmal ist "You can print only the selected frame in frameset HTML page.".

Erweiterungsscreenshots

screenshot

Print this frame-Erweiterungs-CRX-Datei herunterladen

Laden Sie Print this frame-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
Offizielle URL https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Beschreibung You can print only the selected frame in frameset HTML page.
Dateigröße 16.51 KB
Installationsanzahl 29,337
Aktuelle Version 0.3.1
Letztes Update 2022-10-12
Veröffentlichungsdatum 2019-07-04
Bewertung 4.27/5 Insgesamt 11 Bewertungen
Entwickler リュウド株式会社
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}