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によって開発されたChromeの拡張機能で、その主な機能は「Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…」です。
拡張機能のスクリーンショット
GithubTabMaker拡張機能のCRXファイルをダウンロード
GithubTabMaker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
この拡張機能を有効にした状態で、任意のページを読み込むと、外部サイトのリンクが全て別タブで開くようになります。 特に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 |
Eメール | [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" ] } |