Seamless

Fix the Chrome tabs mess

Seamlessคืออะไร?

Seamless เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seamlessbrowser.com และคุณลักษณะหลักของมันคือ "Fix the Chrome tabs mess"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Frustrated with the amount of tabs you have open?

Safely close the tabs that are not needed now
Restore from the cloud later

Browse like normal,
everything is saved automatically

More info at https://seamlessbrowser.com                    

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

ชื่อ Seamless Seamless
ID lfpmphbkdblmjiacldmnnnohplomklch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch
คำอธิบาย Fix the Chrome tabs mess
ขนาดไฟล์ 2.96 MB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 2.0.0.2
อัปเดตครั้งล่าสุด 2020-12-21
วันที่เผยแพร่ 2020-07-06
ผู้พัฒนา https://seamlessbrowser.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://seamlessbrowser.com
URL หน้าช่วยเหลือ https://seamlessbrowser.com/review
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seamless",
    "version": "2.0.0.2",
    "description": "Fix the Chrome tabs mess",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/seamless16.png",
            "32": "images\/seamless32.png",
            "48": "images\/seamless48.png",
            "128": "images\/seamless128.png"
        },
        "default_title": "Seamless"
    },
    "icons": {
        "16": "images\/seamless16.png",
        "32": "images\/seamless32.png",
        "48": "images\/seamless48.png",
        "128": "images\/seamless128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        },
        "select-session-down": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down"
            },
            "description": "select session: down"
        },
        "select-session-up": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up"
            },
            "description": "select session: up"
        },
        "select-session-select": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right"
            },
            "description": "select session: select"
        }
    },
    "manifest_version": 2
}