Sortify

Organize your browser tabs and regain elegance with one simple click.

Sortifyคืออะไร?

Sortify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmarTab และคุณลักษณะหลักของมันคือ "Organize your browser tabs and regain elegance with one simple click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sortify

ดาวน์โหลดไฟล์ส่วนขยาย Sortify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Organize your browser tabs and regain elegance with Sortify -- the simple and super-fast tool to help you rearrange tabs and let you focus on what you are working on. 

★  What is Sortify?

Do you open a lot of tabs and like to arrange tabs from the same sites together to keep them relevant? Are you tired of opening a new tab and manually drag it to keep tabs organized? Do you like to put newly opened tabs on one end of the browser to focus on them? Sortify is the tool to give you uncluttered and relevant tab arrangement with one simple click. 

★  Functionality

 - Cluster tabs from the same sites together into groups 
 - Sort the tabs based on the time of opening to give you focus 
 - You can always undo or redo if you don’t like the rearrangement


★  Privacy assurance

Information about your tabs is never transmitted or shared to anyone. Everything happens offline and only in your browser. Please enjoy this free Chrome Extension. 

==============================

Currently, this is our first version of Sortify. We are working on adding many more features to the app. Please leave comments in Review or Support columns if you have any suggestions or feedback. We are committed to improving the app and providing a better user experience!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sortify Sortify
ID aehmpfeibpcclkbjjkclhncmjncpebef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sortify/aehmpfeibpcclkbjjkclhncmjncpebef
คำอธิบาย Organize your browser tabs and regain elegance with one simple click.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 2,275
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-11-04
วันที่เผยแพร่ 2019-11-03
คะแนน 4.48/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา SmarTab
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sortify",
    "version": "1.0.1",
    "description": "Organize your browser tabs and regain elegance with one simple click.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}