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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GithubTabMaker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |