Tabs Navigator

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

Tabs Navigator là gì?

Tabs Navigator là một tiện ích mở rộng Chrome được phát triển bởi anjali.tulsyan, và tính năng chính của nó là "This extension provides list of all tabs and easy navigaiton within tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabs Navigator

Tải xuống các tệp mở rộng Tabs Navigator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tabs Navigator Tabs Navigator
ID knocogeijdfjgppaloipnpchgalcmphe
URL Chính Thức https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe
Mô tả This extension provides list of all tabs and easy navigaiton within tabs.
Kích Thước Tệp 63.29 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2017-09-21
Ngày Phát Hành 2017-09-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển anjali.tulsyan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}