Tab Limiter
Limit the number of open tabs – in total and per window
Tab Limiter क्या है?
Tab Limiter Matthias Vogt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Limit the number of open tabs – in total and per window"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Limiter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once. You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.
एक्सटेंशन की मूल जानकारी
नाम | Tab Limiter |
ID | pbpfchnddjilendkobiabenojlniemoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh |
विवरण | Limit the number of open tabs – in total and per window |
फ़ाइल का आकार | 159 KB |
स्थापना संख्या | 50,000 |
वर्तमान संस्करण | 0.4.0 |
अंतिम अपडेट | 2020-12-23 |
प्रकाशन तिथि | 2020-04-21 |
रेटिंग | 4.48/5 कुल 29 रेटिंग्स |
डेवलपर | Matthias Vogt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/matthias-vogt/tab-limiter |
सहायता पृष्ठ URL | https://github.com/matthias-vogt/tab-limiter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Limiter", "description": "Limit the number of open tabs \u2013 in total and per window", "version": "0.4.0", "author": "Matthias Vogt", "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "Tab Limiter" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "manifest_version": 2 } |