TabLink
Open a link in a new tab, not in the same
TabLinkคืออะไร?
TabLink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://javafactory.altervista.org และคุณลักษณะหลักของมันคือ "Open a link in a new tab, not in the same"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabLink
ดาวน์โหลดไฟล์ส่วนขยาย TabLink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With TabLink if you click a link, it's always opened in a new tab!
So you don't have to use middle-click!
This is very useful if you have a mouse without middle-button
ATTENTION
It doesn't work in new tab, history, downloads, extensions pages
Please rate this extension if you like it
------------------------------------------------------------------------------------------------------------------------
Icon from http://dryicons.com ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fiomkbglnahplbafedejbebpfnmmpgdj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj |
| คำอธิบาย | Open a link in a new tab, not in the same |
| ขนาดไฟล์ | 18.31 KB |
| จำนวนการติดตั้ง | 691 |
| เวอร์ชันปัจจุบัน | 0.4 |
| อัปเดตครั้งล่าสุด | 2012-07-10 |
| วันที่เผยแพร่ | 2012-07-10 |
| คะแนน | 3.64/5 รวมทั้งหมด 33 คะแนน |
| ผู้พัฒนา | https://javafactory.altervista.org |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://javafactory.altervista.org/chrome.html |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabLink",
"version": "0.4",
"manifest_version": 2,
"description": "Open a link in a new tab, not in the same",
"icons": {
"48": "tablink48.png",
"128": "tablink128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"js": [
"find.js"
],
"all_frames": true
}
]
} | |