Print Plus
Adds a print button to the browser.
O que é Print Plus?
Print Plus é uma extensão do Chrome desenvolvida por ellienora00, e sua principal característica é "Adds a print button to the browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Print Plus
Baixe arquivos de extensão Print Plus 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
The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two.
Informações Básicas da Extensão
Nome | Print Plus |
ID | edomigmolmlfpcdkidnjagcahdbacpbj |
URL Oficial | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
Descrição | Adds a print button to the browser. |
Tamanho do Arquivo | 4.49 KB |
Contagem de Instalações | 502 |
Versão Atual | 1.2 |
Última Atualização | 2022-01-11 |
Data de Publicação | 2022-01-11 |
Desenvolvedor | ellienora00 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.golferarena.com/ |
URL da Página de Ajuda | https://www.golferarena.com/ |
URL da Página de Política de Privacidade | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print Plus", "description": "Adds a print button to the browser.", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |