TabsPlus

Manage your tabs

TabsPlusคืออะไร?

TabsPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cold และคุณลักษณะหลักของมันคือ "Manage your tabs"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Features:
 - choose, where will be the focus after closing a tab;
 - choose default behaviour for a new tab;
 - you can "pin" current tab, so it will not be used for "last selected" behaviour;

Notes:
- unfortunately, for today there is no full support for global keyboard shortcuts;
- I'm not sure, it's possible to open every new tab in background;
- still thinking about those two annoying problems;   ;-)


Last changes (24 June 2013):
----------------------------------------

8.8.5
- updated API (replace deprecated functions/events);

8.8.2
- temporary back from events page to persistent;

8.8.1
- manifest updated to v.2 (Alvin Chong);
- html and js are separated now (Alvin Chong);
- fixed bug with context menu;

8.1
- fixed bug with "open new tab in background" option;

8.0
- added two options (after closing current tab go to the left or right tab);
- small changes and fixes;

7.3
- fixed small bug with context menu appearance;
- source code updates for API changes (onActiveChanged insead of onSelectionChanged);

7.2
- added option to use or not context menu addition;
- some small fixes;

7.0
- added context menu "Last used TAB";
works on any page, even on chrome:// (starting from Chrome 14);

:-)                    

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

ชื่อ TabsPlus TabsPlus
ID nikomkkhhpfoeamojhhgpfkpkdlfhfii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabsplus/nikomkkhhpfoeamojhhgpfkpkdlfhfii
คำอธิบาย Manage your tabs
ขนาดไฟล์ 50.52 KB
จำนวนการติดตั้ง 31,495
เวอร์ชันปัจจุบัน 8.8.5
อัปเดตครั้งล่าสุด 2013-06-24
วันที่เผยแพร่ 2013-06-23
คะแนน 4.00/5 รวมทั้งหมด 241 คะแนน
ผู้พัฒนา Cold
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabsPlus",
    "version": "8.8.5",
    "manifest_version": 2,
    "description": "Manage your tabs",
    "icons": {
        "128": "stack.png",
        "16": "stack.png",
        "48": "stack.png"
    },
    "page_action": {
        "default_icon": "unpin.png",
        "default_title": "Pin tab\n\n[ DON'T USE  it for Last Used Order ]"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}