Numbered Tabs

Add a numeric prefix before the tab's title.

Numbered Tabs क्या है?

Numbered Tabs Narin Luangrath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a numeric prefix before the tab's title."।

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

screenshot

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

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

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

                        - Simple extension for people who use ⌘/ctrl +  to navigate between tabs.

- Adds a numeric prefix before the tab title (e.g. "4. YouTube")

- It's open source. Request features / bug fixes here: https://github.com/narinluangrath/numbered-tabs                    

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

नाम Numbered Tabs Numbered Tabs
ID iocebdgkllilbhbekghlbpmhfeejgcgi
आधिकारिक URL https://chromewebstore.google.com/detail/numbered-tabs/iocebdgkllilbhbekghlbpmhfeejgcgi
विवरण Add a numeric prefix before the tab's title.
फ़ाइल का आकार 4 KB
स्थापना संख्या 2,522
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2020-04-30
प्रकाशन तिथि 2020-04-27
रेटिंग 3.91/5 कुल 22 रेटिंग्स
डेवलपर Narin Luangrath
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numbered Tabs",
    "version": "0.2.2",
    "description": "Add a numeric prefix before the tab's title.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ]
}