Tabulous

Filter, activate, select or close one or multiple tabs across windows --- all with your keyboard.

Tabulousคืออะไร?

Tabulous เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tabulous และคุณลักษณะหลักของมันคือ "Filter, activate, select or close one or multiple tabs across windows --- all with your keyboard."

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

screenshot
screenshot
screenshot

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

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

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

                        Do you habitually end up with tons of open tabs? Only see fav icons instead of tab titles?
Have I got a thing for you!

Just hit Ctrl+Space and Tabulous lists all of your open tabs, across all open windows.
Start typing to filter the list and hit Enter to activate the selected tab.

Tabulous can also mark multiple tabs with Ctrl+S, or all tabs with Ctrl+A.
Ctrl+D will close one or more tabs.

By the way—Tabulous is open source, and is being developed in the open.
Check out https://github.com/brumm/tabulous.

Default shortcuts:
Ctrl+Space => Open extension
Ctrl+S => Select tab
Ctrl+A => Select all tabs
Ctrl+D => Close tab(s)                    

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

ชื่อ Tabulous Tabulous
ID nlgnadihdmdgooaegcmonjebalkfldfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabulous/nlgnadihdmdgooaegcmonjebalkfldfj
คำอธิบาย Filter, activate, select or close one or multiple tabs across windows --- all with your keyboard.
ขนาดไฟล์ 327 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 0.0.14
อัปเดตครั้งล่าสุด 2018-06-23
วันที่เผยแพร่ 2018-06-23
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Tabulous
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/brumm/tabulous
URL หน้าช่วยเหลือ https://github.com/brumm/tabulous/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Filter, activate, select or close one or multiple tabs across windows --- all with your keyboard.",
    "version": "0.0.14",
    "name": "Tabulous",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "bookmarks",
        "sessions",
        "management"
    ],
    "browser_action": {
        "default_title": "Tabulous",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "MacCtrl+Space",
                "windows": "Ctrl+Space",
                "chromeos": "Ctrl+Space",
                "linux": "Ctrl+Space"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.ravenjs.com; object-src 'self'"
}