GithubTabMaker
Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…
Was ist GithubTabMaker?
GithubTabMaker ist eine Chrome-Erweiterung, die von https://kumano-te.com entwickelt wurde, und ihr Hauptmerkmal ist "Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…".
Erweiterungsscreenshots
GithubTabMaker-Erweiterungs-CRX-Datei herunterladen
Laden Sie GithubTabMaker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
この拡張機能を有効にした状態で、任意のページを読み込むと、外部サイトのリンクが全て別タブで開くようになります。
特に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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aaoclindamfdofdgnoclfccmedlmanko |
| Offizielle URL | https://chromewebstore.google.com/detail/githubtabmaker/aaoclindamfdofdgnoclfccmedlmanko |
| Beschreibung | Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially… |
| Dateigröße | 45.47 KB |
| Installationsanzahl | 199 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2017-07-08 |
| Veröffentlichungsdatum | 2017-07-08 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://kumano-te.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://kumano-te.com |
| Unterstützte Sprachen | 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"
]
} | |