Print this frame

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

O que é Print this frame?

Print this frame é uma extensão do Chrome desenvolvida por リュウド株式会社, e sua principal característica é "You can print only the selected frame in frameset HTML page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Print this frame

Baixe arquivos de extensão Print this frame no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
URL Oficial https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Descrição You can print only the selected frame in frameset HTML page.
Tamanho do Arquivo 16.51 KB
Contagem de Instalações 29,337
Versão Atual 0.3.1
Última Atualização 2022-10-12
Data de Publicação 2019-07-04
Classificação 4.27/5 Total de 11 Avaliações
Desenvolvedor リュウド株式会社
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}