Tab Knight

This extension gives you shortcut to so many browser options

什麼是Tab Knight?

Tab Knight是由Pavan Ebbadi開發的Chrome擴展程式,該擴展的主要功能是“This extension gives you shortcut to so many browser options”。

擴展截圖

screenshot

下載Tab Knight擴展crx文件

下載Tab Knight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tab Knight Tab Knight
ID mabkhheaeaegggfmcdabmhfnppnmcbhk
官方網址 https://chrome.google.com/webstore/detail/tab-knight/mabkhheaeaegggfmcdabmhfnppnmcbhk
簡介 This extension gives you shortcut to so many browser options
檔案大小 365 KB
安裝次數 670
目前版本 2.0.2
更新時間 2015-02-17
上架時間 2015-02-17
評分 4.80/5 共 25 次評分
開發者 Pavan Ebbadi
付費類型 free
支援的語言 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"
    }
}