Open link in same tab, pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.
Open link in same tab, pop-up as tabคืออะไร?
Open link in same tab, pop-up as tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย werty1st และคุณลักษณะหลักของมันคือ "Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open link in same tab, pop-up as tab
ดาวน์โหลดไฟล์ส่วนขยาย Open link in same tab, pop-up as tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Converts popups to tabs ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jbhbalpncehdfjnfcmmimecdhalmjjem |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jbhbalpncehdfjnfcmmimecdhalmjjem |
| คำอธิบาย | Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab. |
| ขนาดไฟล์ | 451 KB |
| จำนวนการติดตั้ง | 31,039 |
| เวอร์ชันปัจจุบัน | 3.1.2 |
| อัปเดตครั้งล่าสุด | 2020-05-07 |
| วันที่เผยแพร่ | 2020-05-07 |
| คะแนน | 4.17/5 รวมทั้งหมด 12 คะแนน |
| ผู้พัฒนา | werty1st |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/werty1st/popup2tab/blob/master/readme.md |
| URL หน้าช่วยเหลือ | https://github.com/werty1st/popup2tab/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open link in same tab, pop-up as tab",
"short_name": "popup2tab",
"description": "Forces Chrome to open new tabs instead of pop-up windows and\/or links in the same tab by default instead of new or background tab.",
"version": "3.1.2",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"256": "images\/icon256.png",
"128": "images\/icon128.png",
"96": "images\/icon96.png",
"48": "images\/icon48.png"
},
"permissions": [
"tabs",
"storage"
],
"web_accessible_resources": [
"style\/*"
],
"browser_action": {
"default_icon": "images\/icon48.png",
"default_popup": "popup.html",
"default_title": "Open link in same tab, pop-up as tab [Free]"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} | |