Tab Knight

This extension gives you shortcut to so many browser options

Tab Knight là gì?

Tab Knight là một tiện ích mở rộng Chrome được phát triển bởi Pavan Ebbadi, và tính năng chính của nó là "This extension gives you shortcut to so many browser options".

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

screenshot

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

Tải xuống các tệp mở rộng Tab Knight 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

                        This is an extension where you can find quick links to all your opened Tabs, history, bookmarks. U can also perform operations on them like navigating between the tabs, closing a tab, opening a history/bookmark on a new tab , deleting an history/bookmark. Also you can find settings bar on top of the pop to clear complete history,cache ,open incognito window etc.

I initially developed this for myself to navigate between tabs as i open too many of them later added few more features and uploaded it here. So any suggestions ,feedback or if you find any bug please share it with me. 


If you have any queries or issues mail it to [email protected]

Demo Link https://www.youtube.com/watch?v=tFmOSNc5QVE&feature=youtu.be
Hope you find this plugin useful.                    

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

Tên Tab Knight Tab Knight
ID mabkhheaeaegggfmcdabmhfnppnmcbhk
URL Chính Thức https://chrome.google.com/webstore/detail/tab-knight/mabkhheaeaegggfmcdabmhfnppnmcbhk
Mô tả This extension gives you shortcut to so many browser options
Kích Thước Tệp 365 KB
Số Lần Cài Đặt 670
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2015-02-17
Ngày Phát Hành 2015-02-17
Đánh Giá 4.80/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Pavan Ebbadi
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": "Tab Knight",
    "description": "This extension gives you shortcut to so many browser options",
    "version": "2.0.2",
    "permissions": [
        "management",
        "tabs",
        "debugger",
        "history",
        "bookmarks",
        "browsingData",
        "sessions",
        "contextMenus",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "tab_knight_icon16x16.png"
    },
    "browser_action": {
        "default_icon": "tab_knight_icon.png",
        "default_popup": "popup.html"
    }
}