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ファイルをダウンロード

Tab Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}