New window without toolbar
Open current page in new window without toolbar.
O que é New window without toolbar?
New window without toolbar é uma extensão do Chrome desenvolvida por tkrkt, e sua principal característica é "Open current page in new window without toolbar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New window without toolbar
Baixe arquivos de extensão New window without toolbar 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
Informações Básicas da Extensão
Nome | |
ID | epcobhhlenfbjlmooebphgjcgdmbjgnb |
URL Oficial | https://chromewebstore.google.com/detail/new-window-without-toolba/epcobhhlenfbjlmooebphgjcgdmbjgnb |
Descrição | Open current page in new window without toolbar. |
Tamanho do Arquivo | 14.69 KB |
Contagem de Instalações | 594 |
Versão Atual | 1.2.0 |
Última Atualização | 2019-01-09 |
Data de Publicação | 2019-01-09 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | tkrkt |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tkrkt/NewWindowWithoutToolbar |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "contextMenus", "storage" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "options_ui": { "chrome_style": true, "page": "options.html" } } |