Print this frame

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

Co to jest Print this frame?

Print this frame to rozszerzenie Chrome opracowane przez リュウド株式会社, a jego główną funkcją jest „You can print only the selected frame in frameset HTML page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Print this frame

Pobierz pliki rozszerzeń Print this frame w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
Oficjalny URL https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Opis You can print only the selected frame in frameset HTML page.
Rozmiar pliku 16.51 KB
Liczba instalacji 29,337
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2022-10-12
Data Publikacji 2019-07-04
Ocena 4.27/5 Łącznie 11 Oceny
Deweloper リュウド株式会社
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}