Tabs Navigator

This extension provides list of all tabs and easy navigaiton within tabs.

Tabs Navigatorคืออะไร?

Tabs Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anjali.tulsyan และคุณลักษณะหลักของมันคือ "This extension provides list of all tabs and easy navigaiton within tabs."

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

screenshot
screenshot
screenshot

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

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

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

                        Currently, this extension enlists all tabs bifurcated by windows(to which particular window they belong).
From that interface, it provides quick or one-click navigation among tabs though belonging to different to window.
Along with that individual tab and individual window features.                    

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

ชื่อ Tabs Navigator Tabs Navigator
ID knocogeijdfjgppaloipnpchgalcmphe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe
คำอธิบาย This extension provides list of all tabs and easy navigaiton within tabs.
ขนาดไฟล์ 63.29 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2017-09-21
วันที่เผยแพร่ 2017-09-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา anjali.tulsyan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Navigator",
    "short_name": "Tabs Nav",
    "description": "This extension provides list of all tabs and easy navigaiton within tabs.",
    "version": "2.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}