Open link in this tab
Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
Open link in this tabคืออะไร?
Open link in this tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wis.am และคุณลักษณะหลักของมันคือ "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open link in this tab
ดาวน์โหลดไฟล์ส่วนขยาย Open link in this tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
คำอธิบาย | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
ขนาดไฟล์ | 11.94 KB |
จำนวนการติดตั้ง | 83 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-08-24 |
วันที่เผยแพร่ | 2021-08-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://wis.am |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wis.am/browser-extensions/open-link-in-this-tab |
URL หน้าช่วยเหลือ | https://wis.am/browser-extensions/open-link-in-this-tab |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in this tab", "author": "Wis [email protected]", "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab", "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/link16x16.png", "32": "icons\/link32x32.png", "48": "icons\/link48x48.png", "128": "icons\/link128x128.png" } } |