Allowed Tabs
Set the maximum number of open tabs allowed in the browser.
Allowed Tabs क्या है?
Allowed Tabs Fernando Dilland द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set the maximum number of open tabs allowed in the browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Allowed Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Manage the number of tabs you are allowed to keep open at the same time in the browser.
एक्सटेंशन की मूल जानकारी
नाम | Allowed Tabs |
ID | deglahadfhbjhkcphfhmanmjdmokhcaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa |
विवरण | Set the maximum number of open tabs allowed in the browser. |
फ़ाइल का आकार | 279 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2021-07-16 |
प्रकाशन तिथि | 2021-07-12 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Fernando Dilland |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/fernandomireles/static-allowed-tabs |
समर्थित भाषाएँ | de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDesc__", "default_locale": "en", "version": "0.1.1", "author": "Fernando Mireles", "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs", "background": { "scripts": [ "static\/background.js" ] }, "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "browser_action": { "default_icon": "static\/icon-small.png", "default_popup": "static\/options.html" }, "options_page": "static\/options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "static\/icon-small.png", "static\/icon.png" ] } |