Tabulator

Manage your open tabs from the new tab page

Tabulatorคืออะไร?

Tabulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gettabulator.com และคุณลักษณะหลักของมันคือ "Manage your open tabs from the new tab page"

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

screenshot

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

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

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

                        Tabulator is tab management for power users. If you're the kind of user that has a ton of tabs open at all times, this is the extension for you.
 Tabulator takes over your new tab page and allows:
 - viewing all your open tabs
  - filtering through open tabs, by title or url
  - switching to a tab, usually after filtering
  - closing tabs from the page
  - re-ordering tabs via drag and drop                    

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

ชื่อ Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
คำอธิบาย Manage your open tabs from the new tab page
ขนาดไฟล์ 74.77 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2018-07-08
วันที่เผยแพร่ 2018-07-07
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://gettabulator.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabulator",
    "author": "Ammar Khaku",
    "version": "1.1.0",
    "description": "Manage your open tabs from the new tab page",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "bundles\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        ""
    ],
    "minimum_chrome_version": "50"
}