Tab Shortcuts

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

Tab Shortcuts क्या है?

Tab Shortcuts hiatamaworkshop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds convenient functions for browsing; tab controller, reloading page, URL highlighter. Super small in size, No-Tracking"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}