TabsFolder

Group your tabs into groups.

TabsFolderคืออะไร?

TabsFolder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://e-pot.xyz และคุณลักษณะหลักของมันคือ "Group your tabs into groups."

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

screenshot

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

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

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

                        Add a kind of panorama like feature to chrome (but less pretty).

This extention is design to people like me who always have a lot of tabs open at the same time. It allows the creation of groups (folders) to organise the repartition of your tabs.


With this extention, create groups and add tabs to them just with drag and drop.
Then choose the group of tab you want work with. You will not be disturb by the other tabs.
You can switch to an other tab group anytime you want.
Just close the group to close all the tabs inside it when you have finished to work with.

Now the extention keeps your pinned tabs open.

A git repository has been created. Fell free to fork or re-use it.
Some part of the code are in french though (sorry).
https://github.com/Conchylicultor/TabsFolder                    

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

ชื่อ TabsFolder TabsFolder
ID pdfepgdcmifhbmldcofnkmnbabamjdnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm
คำอธิบาย Group your tabs into groups.
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 1,395
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-11-28
วันที่เผยแพร่ 2016-11-27
คะแนน 4.05/5 รวมทั้งหมด 65 คะแนน
ผู้พัฒนา https://e-pot.xyz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Conchylicultor/TabsFolder
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabsFolder",
    "version": "1.1.0",
    "description": "Group your tabs into groups.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": {
        "name": "Conchilicultor",
        "email": "[email protected]"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/event_page.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/ba48.png",
        "default_title": "Organise your tabs"
    }
}

ส่วนขยายที่เกี่ยวข้อง