Manage your tabs

Manage tabs in new tab to Kanban board. You can also save tabs.

Manage your tabsคืออะไร?

Manage your tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kukeast และคุณลักษณะหลักของมันคือ "Manage tabs in new tab to Kanban board. You can also save tabs."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        You can move or delete open tabs from a new tab by drag and drop.
View all open windows in one window, Move and delete tabs to clean up dirty windows.                    

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

ชื่อ Manage your tabs Manage your tabs
ID enpfcihnonpcdamdbhapnianlchnjifi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi
คำอธิบาย Manage tabs in new tab to Kanban board. You can also save tabs.
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2020-11-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา kukeast
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Manage your tabs."
    },
    "background": {
        "scripts": [
            "js\/js.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}