Max Tabs
A small extension to limit the number of open tabs.
Max Tabs क्या है?
Max Tabs Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A small extension to limit the number of open tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Max Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you tired of too many open tabs? This handy extension helps you to limit the number of open tabs. It automatically closes the oldest and at least used tabs.
एक्सटेंशन की मूल जानकारी
नाम | Max Tabs |
ID | ghhcibaghjbdjmnknknlnbobcblfcnma |
आधिकारिक URL | https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma |
विवरण | A small extension to limit the number of open tabs. |
फ़ाइल का आकार | 35.65 KB |
स्थापना संख्या | 5,162 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2018-10-10 |
प्रकाशन तिथि | 2018-10-10 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A small extension to limit the number of open tabs.", "version": "1.0.3", "name": "Max Tabs", "options_page": "options.html", "permissions": [ "activeTab", "management", "storage", "tabs" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |