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 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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GithubTabMaker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |