GithubTabMaker

Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…

O que é GithubTabMaker?

GithubTabMaker é uma extensão do Chrome desenvolvida por https://kumano-te.com, e sua principal característica é "Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GithubTabMaker

Baixe arquivos de extensão GithubTabMaker 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

                        この拡張機能を有効にした状態で、任意のページを読み込むと、外部サイトのリンクが全て別タブで開くようになります。
特にgithubユーザにお勧めです。
issueに記載された外部リンクを全て別タブで開くことができるようになります!

Just enable this extension and you can open any external links (in any page) in a new tab.
We recommend this extension especially for github users.
You don't have to get upset with external link in github issue page any more!                    

Informações Básicas da Extensão

Nome GithubTabMaker GithubTabMaker
ID aaoclindamfdofdgnoclfccmedlmanko
URL Oficial https://chromewebstore.google.com/detail/githubtabmaker/aaoclindamfdofdgnoclfccmedlmanko
Descrição Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…
Tamanho do Arquivo 45.47 KB
Contagem de Instalações 199
Versão Atual 1.0.0
Última Atualização 2017-07-08
Data de Publicação 2017-07-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://kumano-te.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://kumano-te.com
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "ja",
    "icons": {
        "16": "icons\/icon_16.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon_16.png",
        "default_popup": "popup\/html\/index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}