GithubTabMaker

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

Co je GithubTabMaker?

GithubTabMaker je rozšíření Chrome vyvinuté https://kumano-te.com, a jeho hlavní funkcí je „Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GithubTabMaker

Stáhněte si soubory rozšíření GithubTabMaker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        この拡張機能を有効にした状態で、任意のページを読み込むと、外部サイトのリンクが全て別タブで開くようになります。
特に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!                    

Základní Informace o Rozšíření

Název GithubTabMaker GithubTabMaker
ID aaoclindamfdofdgnoclfccmedlmanko
Oficiální URL https://chromewebstore.google.com/detail/githubtabmaker/aaoclindamfdofdgnoclfccmedlmanko
Popis Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…
Velikost souboru 45.47 KB
Počet instalací 199
Aktuální Verze 1.0.0
Poslední Aktualizace 2017-07-08
Datum Vydání 2017-07-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://kumano-te.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://kumano-te.com
Podporované Jazyky 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"
    ]
}