Taborama - group your tabs

Group your tabs the cool way.

Taborama - group your tabsคืออะไร?

Taborama - group your tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.disenoactivo.es และคุณลักษณะหลักของมันคือ "Group your tabs the cool way."

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

screenshot
screenshot

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

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

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

                        Group your tabs into groups easily. 

Reduce the memory use and the computer performance!

Get the control of all the webs you want to visit! It is synchronized in all the Chromes where you started a session!

It emulates the functionality you have in Firefox Panorama, but in the Trello way :-) 

You can:

✔ create as many groups as you need
✔ group your tabs in the easiest way, NOW a badge with the count of tabs!!
✔ reorganize your tabs between groups dragging and dropping
✔ open an entire group with a simple click
v change the order of the tabs in a group
✔ reorder groups
✔ minimize the groups so that less important groups don’t confuse you.
✔ sync with all Chrome browsers you are logged in so you can continue your work wherever.

Grouping tabs is different from bookmarking, because it’s more inmediate, not meant to persist, a highly productive way of taking control of your last interests, because you don't work only one thing a day!

--------------------------
This extension is a fork / update of Tabsfolders, which uses unlicense license:

https://chrome.google.com/webstore/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm?hl=es
https://github.com/Conchylicultor/TabsFolder

You can find my code here, use it free here:
https://github.com/dactivo/TabsFolder                    

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

ชื่อ Taborama - group your tabs Taborama - group your tabs
ID flicfhphobgnnpfhieodmggibdhadhnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/taborama-group-your-tabs/flicfhphobgnnpfhieodmggibdhadhnh
คำอธิบาย Group your tabs the cool way.
ขนาดไฟล์ 653 KB
จำนวนการติดตั้ง 1,979
เวอร์ชันปัจจุบัน tabspanishing
อัปเดตครั้งล่าสุด 2016-06-18
วันที่เผยแพร่ 2016-06-18
คะแนน 3.64/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา https://www.disenoactivo.es
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "Taborama",
    "version": "1.1.9",
    "version_name": "tabspanishing",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": {
        "name": "Diseno Activo",
        "email": "[email protected]"
    },
    "permissions": [
        "tabs",
        "storage",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "src\/event_page.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/ba48.png",
        "default_title": "__MSG_browserTitle__"
    },
    "default_locale": "en"
}