Tab Shortcuts

Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking

Tab Shortcuts란 무엇입니까?

Tab Shortcuts은(는) hiatamaworkshop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking"입니다.

확장 프로그램 스크린샷

screenshot

Tab Shortcuts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds 2 useful shortcut functions to your mouse clicks.

1. Holding the Left Button will open link in new tab.

2. Double Clicking the Right Button will close the current Tab.


【Added functions】2019/01/06
3. Reload page by clicking both Left and Right button at the same time.

4. URL Highlighter.

5. Switching between tabs by holding Right button and dragging to the Left or Right.



・May not work in some pages or some elements in the page due to Web Security Rules.

・Open the extension to switch on / off the function.                    

확장 프로그램 기본 정보

이름 Tab Shortcuts Tab Shortcuts
ID fidefaifindcbfnkhfmccedbjjialgpo
공식 URL https://chromewebstore.google.com/detail/tab-shortcuts/fidefaifindcbfnkhfmccedbjjialgpo
설명 Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking
파일 크기 12.11 KB
설치 횟수 36
현재 버전 0.1.6
최근 업데이트 2019-02-03
출시 날짜 2019-02-03
평점 2.00/5 총 1 개의 평점
개발자 hiatamaworkshop
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Shortcuts",
    "version": "0.1.6",
    "manifest_version": 2,
    "description": "Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "new_tab.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}