Print this frame

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

Co je Print this frame?

Print this frame je rozšíření Chrome vyvinuté リュウド株式会社, a jeho hlavní funkcí je „You can print only the selected frame in frameset HTML page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Print this frame

Stáhněte si soubory rozšíření Print this frame ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
Oficiální URL https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Popis You can print only the selected frame in frameset HTML page.
Velikost souboru 16.51 KB
Počet instalací 29,337
Aktuální Verze 0.3.1
Poslední Aktualizace 2022-10-12
Datum Vydání 2019-07-04
Hodnocení 4.27/5 Celkem 11 Hodnocení
Vývojář リュウド株式会社
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}