Open Custom URL

Open custom URL or local file path in a popup or tab.

O que é Open Custom URL?

Open Custom URL é uma extensão do Chrome desenvolvida por publisher, e sua principal característica é "Open custom URL or local file path in a popup or tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open Custom URL

Baixe arquivos de extensão Open Custom URL 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

                        Set any website URL and open it in a popup or tab with just one click!                    

Informações Básicas da Extensão

Nome Open Custom URL Open Custom URL
ID ljhdepmipigadellfdggnlphmfebnnbp
URL Oficial https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp
Descrição Open custom URL or local file path in a popup or tab.
Tamanho do Arquivo 32.18 KB
Contagem de Instalações 20
Versão Atual 1.0
Última Atualização 2017-05-10
Data de Publicação 2017-05-09
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor publisher
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Custom URL",
    "description": "Open custom URL or local file path in a popup or tab.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.0",
    "options_page": "options.html",
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}