GithubTabMaker

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

ما هو GithubTabMaker؟

GithubTabMaker هو إضافة Chrome تم تطويرها بواسطة https://kumano-te.com، والميزة الرئيسية لها هي "Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GithubTabMaker

قم بتنزيل ملفات الامتداد GithubTabMaker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم GithubTabMaker GithubTabMaker
ID aaoclindamfdofdgnoclfccmedlmanko
عنوان URL الرسمي https://chromewebstore.google.com/detail/githubtabmaker/aaoclindamfdofdgnoclfccmedlmanko
الوصف Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…
حجم الملف 45.47 KB
عدد التثبيتات 199
النسخة الحالية 1.0.0
آخر تحديث 2017-07-08
تاريخ النشر 2017-07-08
تقييم 5.00/5 مجموع تقييمات 1
المطور https://kumano-te.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://kumano-te.com
اللغات المدعومة 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"
    ]
}