SimpleTabOrder
A simple way to control the tab order of the browser.
SimpleTabOrderคืออะไร?
SimpleTabOrder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blandlifedev.blogspot.com และคุณลักษณะหลักของมันคือ "A simple way to control the tab order of the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SimpleTabOrder
ดาวน์โหลดไฟล์ส่วนขยาย SimpleTabOrder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple series number 5! This time its a simple tab order customizer. Features include: - change the placement of new tabs - change the tab to focus on when the active tab closes - event page enabled, only loads when needed Updated changelog is in the extension option pages. -------- Note: Though the extension still in an early stage so there may still be bugs I've missed. Please do feedback when something is not working, better if there are steps to replicate the problem. Thanks :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SimpleTabOrder |
ID | cekafjbmkfofacenifehbglhmajimhjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf |
คำอธิบาย | A simple way to control the tab order of the browser. |
ขนาดไฟล์ | 28.03 KB |
จำนวนการติดตั้ง | 4,286 |
เวอร์ชันปัจจุบัน | 0.5.16 |
อัปเดตครั้งล่าสุด | 2021-06-13 |
วันที่เผยแพร่ | 2018-02-13 |
คะแนน | 4.15/5 รวมทั้งหมด 61 คะแนน |
ผู้พัฒนา | https://blandlifedev.blogspot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://blandlifedev.blogspot.com/ |
ภาษาที่รองรับ | de,en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimpleTabOrder", "version": "0.5.16", "manifest_version": 2, "default_locale": "en", "description": "__MSG_manifest_description__", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "tab.js", "bg.js" ], "persistent": false }, "options_page": "options.html" } |