Print this page
Adds a print button to the browser.
O que é Print this page?
Print this page é uma extensão do Chrome desenvolvida por https://www.translation-services-usa.com, 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 this page
Baixe arquivos de extensão Print this page 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
Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers. Developed for printing funny translations from: http://www.funnytranslator.com/
Informações Básicas da Extensão
Nome | |
ID | lcgafbckfbhpbmhlpncamfphlpdemleo |
URL Oficial | https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo |
Descrição | Adds a print button to the browser. |
Tamanho do Arquivo | 4.08 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.1 |
Última Atualização | 2017-08-26 |
Data de Publicação | 2017-08-25 |
Desenvolvedor | https://www.translation-services-usa.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print this page", "description": "Adds a print button to the browser.", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |