Too Many Tabs
This extension will notify you when you have more then n tabs open
Too Many Tabs क्या है?
Too Many Tabs Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will notify you when you have more then n tabs open"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Too Many Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you tend to open tab after tab after tab end end up with hundreds of them? Not any more. This little nagging extension will remind you when you have more then your desired number (defaults to 9) of tabs open. Get some self control and reduce your CPU load.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nlkndibnjffddomkegpgkeejdahifpop |
आधिकारिक URL | https://chromewebstore.google.com/detail/too-many-tabs/nlkndibnjffddomkegpgkeejdahifpop |
विवरण | This extension will notify you when you have more then n tabs open |
फ़ाइल का आकार | 42.02 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-08-04 |
प्रकाशन तिथि | 2018-08-04 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/fabianmoronzirfas/too-many-tabs |
सहायता पृष्ठ URL | https://github.com/fabianmoronzirfas/too-many-tabs/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Too Many Tabs", "short_name": "2ManyTabs", "description": "This extension will notify you when you have more then n tabs open", "version": "1.0.1", "author": "Fabian Mor\u00f3n Zirfas", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "activeTab", "tabs", "storage", "notifications" ] } |