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! 擴展基本資訊
| 名稱 | |
| ID | aaoclindamfdofdgnoclfccmedlmanko |
| 官方網址 | 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"
]
} | |