GithubTabMaker

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

Qu'est-ce que GithubTabMaker ?

GithubTabMaker est une extension Chrome développée par https://kumano-te.com, et sa fonction principale est "Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GithubTabMaker

Téléchargez les fichiers d'extension GithubTabMaker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom GithubTabMaker GithubTabMaker
ID aaoclindamfdofdgnoclfccmedlmanko
URL Officiel https://chromewebstore.google.com/detail/githubtabmaker/aaoclindamfdofdgnoclfccmedlmanko
Description Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…
Taille du Fichier 45.47 KB
Nombre d'Installations 199
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-07-08
Date de Publication 2017-07-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://kumano-te.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://kumano-te.com
Langues Prises en Charge 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"
    ]
}