Open Multiple website

Open Multiple Links easily

O que é Open Multiple website?

Open Multiple website é uma extensão do Chrome desenvolvida por shubhankar1100, e sua principal característica é "Open Multiple Links easily".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open Multiple website

Baixe arquivos de extensão Open Multiple website 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

                        There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc
To open each website in different tab is time consuming. So we will develop an extension which will automate this.
Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go.
We have to  just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.                    

Informações Básicas da Extensão

Nome Open Multiple website Open Multiple website
ID hedfombeoifnnpoglealldolfkjdohec
URL Oficial https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec
Descrição Open Multiple Links easily
Tamanho do Arquivo 23.79 KB
Contagem de Instalações 115
Versão Atual 1.0
Última Atualização 2017-03-25
Data de Publicação 2017-03-24
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor shubhankar1100
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Multiple website",
    "description": "Open Multiple Links easily",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}