PageChopper
Modify current page for printing.
O que é PageChopper?
PageChopper é uma extensão do Chrome desenvolvida por https://brispace.us, e sua principal característica é "Modify current page for printing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PageChopper
Baixe arquivos de extensão PageChopper 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
PageChopper is my attempt to recreate an old extension called Aardvark that allowed the user to remove elements from the current web page in order to make it better for printing. You move your mouse pointer over an item and press a key (for example 'r' to remove the item). A list of the command keys is displayed whenever you activate the extension. You may remove items, isolate an item (i.e. remove all other items), convert the page to black and white, remove all images, or remove extra whitespace. You may undo any of your changes.
Informações Básicas da Extensão
Nome | PageChopper |
ID | bcdjdbiiohahlfdochlfbbplnfgakhmk |
URL Oficial | https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk |
Descrição | Modify current page for printing. |
Tamanho do Arquivo | 11.18 KB |
Contagem de Instalações | 70 |
Versão Atual | 1.0 |
Última Atualização | 2018-02-27 |
Data de Publicação | 2018-02-27 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://brispace.us |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PageChopper", "description": "Modify current page for printing.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_title": "Modify page for printing" }, "permissions": [ "activeTab" ] } |