Backxtab

Shortcut to the last visited tabs.

Backxtab क्या है?

Backxtab Damien Brunet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shortcut to the last visited tabs."।

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

screenshot

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

crx प्रारूप में Backxtab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Click the icon to select the last visited tab, click again while the counter is on to select the next-to-last one, etc...

When the counter turns off, clicking the icon sends you directly to the first tab you were on before going back in time.

You can customize the delay before the counter turns off: right-click the icon and choose 'options'.

You can assign a keyboard shortcut to Backxtab: chrome://extensions/shortcuts

Open-source: https://github.com/djrekca/Backxtab                    

एक्सटेंशन की मूल जानकारी

नाम Backxtab Backxtab
ID fnfpaldoamkghkmcdpnailhjbibfkdei
आधिकारिक URL https://chromewebstore.google.com/detail/backxtab/fnfpaldoamkghkmcdpnailhjbibfkdei
विवरण Shortcut to the last visited tabs.
फ़ाइल का आकार 17.2 KB
स्थापना संख्या 85
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2021-06-06
प्रकाशन तिथि 2019-04-26
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर Damien Brunet
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.0",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "minimum_chrome_version": "49",
    "manifest_version": 2
}