Tinning the Tabs

A temporary tabs holding and management. The new designed UI enhance the interaction and practicability of this extension.

Tinning the Tabsคืออะไร?

Tinning the Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://staydan.com และคุณลักษณะหลักของมันคือ "A temporary tabs holding and management. The new designed UI enhance the interaction and practicability of this extension."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A temporary holding and management for Google Chrome tabs. The totally new designed user interface enhance the interaction and practicability of this extension. Moreover, It can remember the last position.

!!!Notice: I have noticed that the number of users who're using this extension is becoming more and more... So I decide to update this extension if you want some new features and new UIs. 
Please let me know your suggestions, thanks.

### 1.0.2
---
- Update the extension name from ```Tinning``` to ```Tinng the Tabs``` to make much more sence

### 1.0.1
-----
- Store all the tabs from the current window by single click.
- Display the grouped tabs by two mode: **Grid** or **List**.
- Support giving another folder name to each group.
- Re-open the whole chrome window with the totally same tab content by single click, too.
- Remove one grouped tabs, you can not re-open them again.
- Smoothly scrolling by dragging the list up and down.
- Scroll to the last position when you re-open them.

You're also allowed to set:

- Close tabs when tin tabs or not
- Open tabs in new window or not
- Support feedback                    

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

ชื่อ Tinning the Tabs Tinning the Tabs
ID moemebbgcnbmdpnjiaijefhoahhikmec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinning-the-tabs/moemebbgcnbmdpnjiaijefhoahhikmec
คำอธิบาย A temporary tabs holding and management. The new designed UI enhance the interaction and practicability of this extension.
ขนาดไฟล์ 282 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-05-25
วันที่เผยแพร่ 2016-05-24
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://staydan.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://staydan.com
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Tinning the Tabs",
    "description": "__MSG_appDesc__",
    "version": "1.0.2",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "res\/tinning_logo_19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "storage.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "res\/tinning_logo_16.png",
        "32": "res\/tinning_logo_32.png",
        "48": "res\/tinning_logo_48.png",
        "128": "res\/tinning_logo_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "bookmarks",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}