1-Click URL Opener

This extension allows you to open all the URLs that you want with the click of 1 button

O que é 1-Click URL Opener?

1-Click URL Opener é uma extensão do Chrome desenvolvida por BitSec, e sua principal característica é "This extension allows you to open all the URLs that you want with the click of 1 button".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 1-Click URL Opener

Baixe arquivos de extensão 1-Click URL Opener 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

                        *Open all the URLs you want with the click of 1 button!*

Do you have a lot of websites you want to visit everyday? You can now do that with the click of 1 button!

Why choose 1-Click URL Opener?
- It's easy! (ezpz)
- It's fast! (2fast4u)
- It's handy! (handy-dandy)

Download this extension today!                    

Informações Básicas da Extensão

Nome 1-Click URL Opener 1-Click URL Opener
ID kkenoklmdaacpakcpblcpegmadkeejep
URL Oficial https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep
Descrição This extension allows you to open all the URLs that you want with the click of 1 button
Tamanho do Arquivo 12.05 KB
Contagem de Instalações 181
Versão Atual 1.4.3
Última Atualização 2018-01-07
Data de Publicação 2018-01-07
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor BitSec
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1-Click URL Opener",
    "description": "This extension allows you to open all the URLs that you want with the click of 1 button",
    "version": "1.4.3",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon_32.png"
    },
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}