Blank Target
Forces all links on a page to open in a new tab.
Blank Targetคืออะไร?
Blank Target เป็นส่วนขยายของ Chrome ที่พัฒนาโดย revjtanton และคุณลักษณะหลักของมันคือ "Forces all links on a page to open in a new tab."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blank Target
ดาวน์โหลดไฟล์ส่วนขยาย Blank Target ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you get annoyed when links on a page open in the same tab? Do you ever wish all links open in a new tab? Well if you answered yes to those questions this extention is for you. This extension is very simple. All it does is append target="_blank" to all links on a page. That's it. It's not at all complex, and on some pages the js will overrite this and it won't work. For the most part it does the job though. I've been using this for a while on my own since I prefer all links to open in new tabs. Now I'm putting it out there for everyone to use. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ljcanejgocdkgicjieclckdbmajjfppe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/blank-target/ljcanejgocdkgicjieclckdbmajjfppe |
คำอธิบาย | Forces all links on a page to open in a new tab. |
ขนาดไฟล์ | 3.15 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-11-02 |
วันที่เผยแพร่ | 2014-11-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | revjtanton |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blank Target", "description": "Forces all links on a page to open in a new tab.", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "blank.js" ] } ] } |