Awesome Options Button
Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
O que é Awesome Options Button?
Awesome Options Button é uma extensão do Chrome desenvolvida por https://upway2late.com, e sua principal característica é "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Awesome Options Button
Baixe arquivos de extensão Awesome Options Button 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
It is a shortcut button to open the Chrome options page.
Informações Básicas da Extensão
Nome | Awesome Options Button |
ID | plbcofniomdgojippejpigepjbclnadg |
URL Oficial | https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg |
Descrição | Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected. |
Tamanho do Arquivo | 33.66 KB |
Contagem de Instalações | 63 |
Versão Atual | 1.2.0.0 |
Última Atualização | 2020-12-08 |
Data de Publicação | 2016-09-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://upway2late.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.upway2late.com/projects/buttons-project |
URL da Página de Ajuda | http://www.upway2late.com/projects/buttons-project |
URL da Página de Política de Privacidade | http://www.upway2late.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Options Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.", "icons": { "16": "options_16.png", "48": "options_48.png", "128": "options_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "options_19.png", "default_title": "Awesome Options Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |