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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}