Chrome Show Tab Numbers
A Chromium extension to show tab numbers.
Chrome Show Tab Numbers क्या है?
Chrome Show Tab Numbers kg8m द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chromium extension to show tab numbers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome Show Tab Numbers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension shows tab numbers. In other words, this extension adds a numeric prefix before each tab title. For example, "1. GitHub," "99. Google Calendar," and so on. With this extension, you can detect each tab's number easily and navigate between tabs with ctrl/⌘ + 1-9 keys. Notable features: - This extension supports Google Chrome’s collapsed tab group feature, automatically ignoring tabs in a collapsed tab group. - You can toggle tab numbering for all tabs or just the current one via keyboard shortcuts or the extension’s context menu. - Tab numbers can be relative, displaying the current tab’s absolute number and indicating the position of other tabs relative to it ― how many tabs they are ahead or behind the current one. This extension is an open source software. Feel free to report bugs and request features at https://github.com/kg8m/chrome-show-tab-numbers/issues .
एक्सटेंशन की मूल जानकारी
नाम | Chrome Show Tab Numbers |
ID | pflnpcinjbcfefgbejjfanemlgcfjbna |
आधिकारिक URL | https://chromewebstore.google.com/detail/chrome-show-tab-numbers/pflnpcinjbcfefgbejjfanemlgcfjbna |
विवरण | A Chromium extension to show tab numbers. |
फ़ाइल का आकार | 13.47 KB |
स्थापना संख्या | 1,363 |
वर्तमान संस्करण | 1.3.1 |
अंतिम अपडेट | 2023-12-29 |
प्रकाशन तिथि | 2022-04-28 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | kg8m |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kg8m/chrome-show-tab-numbers |
सहायता पृष्ठ URL | https://github.com/kg8m/chrome-show-tab-numbers/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Show Tab Numbers", "version": "1.3.1", "description": "A Chromium extension to show tab numbers.", "icons": { "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "contextMenus", "scripting", "storage", "tabGroups", "tabs" ], "host_permissions": [ " |