New tabs to the front
Brings newly created tabs to the foreground.
New tabs to the frontคืออะไร?
New tabs to the front เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amahnk และคุณลักษณะหลักของมันคือ "Brings newly created tabs to the foreground."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New tabs to the front
ดาวน์โหลดไฟล์ส่วนขยาย New tabs to the front ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension forces new tabs to open in the foreground, rather than the background. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New tabs to the front |
ID | dildejdbnjjfnpflnoplbfgcjpdlkjjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm |
คำอธิบาย | Brings newly created tabs to the foreground. |
ขนาดไฟล์ | 30.34 KB |
จำนวนการติดตั้ง | 754 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2018-06-11 |
วันที่เผยแพร่ | 2018-06-11 |
คะแนน | 4.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | amahnk |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Brings newly created tabs to the foreground.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "name": "New tabs to the front", "manifest_version": 2, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2" } |