New Tabs at End 3000
Forces new tabs to open at the end of the tab strip.
New Tabs at End 3000คืออะไร?
New Tabs at End 3000 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sugarbranch, Inc. และคุณลักษณะหลักของมันคือ "Forces new tabs to open at the end of the tab strip."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tabs at End 3000
ดาวน์โหลดไฟล์ส่วนขยาย New Tabs at End 3000 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The New Tabs at End (v2.0.3.3) extension by itworks was removed from the Chrome Store for violating the Chrome Web Store policy. This version updates the extension to work with Manifest version 3 and the latest Google Chrome Extension API. The code is open source and available on Github. Version 3.0.0.1 - Simplified code. Hopefully, it will no longer jump to the first tab randomly
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Tabs at End 3000 |
ID | bboielpmccpfkhggghgpimeblacofahc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc |
คำอธิบาย | Forces new tabs to open at the end of the tab strip. |
ขนาดไฟล์ | 9.58 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 3.0.0.2 |
อัปเดตครั้งล่าสุด | 2022-06-13 |
วันที่เผยแพร่ | 2021-08-29 |
คะแนน | 4.21/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Sugarbranch, Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tsuliwaensis/New-Tabs-at-End-3000 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "description": "Forces new tabs to open at the end of the tab strip.", "icons": { "128": "skin\/icon-128.png", "16": "skin\/icon-16.png", "48": "skin\/icon-48.png" }, "manifest_version": 3, "name": "New Tabs at End 3000", "version": "3.0.0.2" } |