Keepin' Tabs – tabs manager

Manage your tabs.

Keepin' Tabs – tabs managerคืออะไร?

Keepin' Tabs – tabs manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nanimokamo และคุณลักษณะหลักของมันคือ "Manage your tabs."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keepin' Tabs – tabs manager

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

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

                        Features:
- Search by title and URL (just start typing - no need to click search first)
- Keyboard shortcut to open the extension (see below)
- Order by domain
- Drag to re-order manually
- Reload
- Pin / unpin
- Close
- Use the up, down and enter keys to navigate your tabs list
- Select multiple tabs to perform actions on

Your can open the extension with a keyboard shortcut:
Windows – Control + Shift + K
Mac – Command + Shift + K

**NOTE ON KEYBOARD SHORTCUT**
If you find that the keyboard shortcut does not work for you or you would like to change it to something else then go to the Chrome extensions preferences (chrome://extensions), scroll to the bottom and click "Keyboard shortcuts" and you can set your own here.

**NOTE ON PERMISSIONS**
Keepin' Tabs requires permission to "Read your browsing history". This is a slightly misleading description of this permission as your browsing history is not actually used, only the current state of each tab you have open is read to retrieve information such as the page title, URL, etc. No information about your browsing history is read or stored - the only thing that is stored is your choice of list view (compact or expanded). Read more about this permission here: https://developer.chrome.com/extensions/tabs#type-Tab.

Feedback can be emailed to [email protected].                    

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

ชื่อ Keepin' Tabs – tabs manager Keepin' Tabs – tabs manager
ID gaodngaiillepoddeloolejnhjglabkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keepin-tabs-%E2%80%93-tabs-manage/gaodngaiillepoddeloolejnhjglabkn
คำอธิบาย Manage your tabs.
ขนาดไฟล์ 967 KB
จำนวนการติดตั้ง 5,495
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2017-01-25
วันที่เผยแพร่ 2017-01-25
คะแนน 4.49/5 รวมทั้งหมด 89 คะแนน
ผู้พัฒนา nanimokamo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keepin' Tabs \u2013 tabs manager",
    "version": "4.0",
    "description": "Manage your tabs.",
    "icons": {
        "16": "public\/images\/icon-16.png",
        "48": "public\/images\/icon-48.png",
        "128": "public\/images\/icon-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "browser_action": {
        "default_popup": "app.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "chrome:\/\/favicon\/*"
    ]
}