Tab Sorter
This extension provides tools to organize and sort tabs
Tab Sorterคืออะไร?
Tab Sorter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย etherealflaim และคุณลักษณะหลักของมันคือ "This extension provides tools to organize and sort tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Sorter
ดาวน์โหลดไฟล์ส่วนขยาย Tab Sorter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Sorter is a simple extension that helps keep your tabs in order. It can sort your tabs within the window and can collect all tabs from a site into a new window. Version 1.3: Reliably sort on first click
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Sorter |
ID | nlnkcinjjeoojlhdiedbbolilahmnldj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-sorter/nlnkcinjjeoojlhdiedbbolilahmnldj |
คำอธิบาย | This extension provides tools to organize and sort tabs |
ขนาดไฟล์ | 404 KB |
จำนวนการติดตั้ง | 10,989 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-07-11 |
วันที่เผยแพร่ | 2019-07-11 |
คะแนน | 4.14/5 รวมทั้งหมด 73 คะแนน |
ผู้พัฒนา | etherealflaim |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery.min.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_popup": "popup.html", "default_title": "Tab Sorter" }, "description": "This extension provides tools to organize and sort tabs", "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "64": "icon_64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxCweCjh\/NYQ66mqVOL4KkWJ8DVr0e4Bovs+4mmpouOmmJx62pdGxKp7ywxxl3fUNtVSj+ytuVhK2jP4Cr0WhBcokZPVT0rItKA+8RA6gVssFHqwUwwRH+HimRBf9V7RdA8Zecao40KlPLXCcGbxe5j\/Ql2JUeezoIJB6F1vwLAT36TcVrKcskTgDw1WsycL\/buq7V03ErRA1NtGee2T7nTDfa68CTGVCXuRnoJjEDUU0ovLEEt06LKXribxqzaQTxhe4y2m+PsOS4wfapyewwI01USi13B7nseb9zFRccXt3s5dKcQiRw40lWcFrvJtaDdRIBys7HgsDDN0dNKiRtwIDAQAB", "manifest_version": 2, "name": "Tab Sorter", "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |