Exty-Switchy
Easily enable/disable chrome extensions.
Exty-Switchy क्या है?
Exty-Switchy aedorado द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily enable/disable chrome extensions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Exty-Switchy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever had the misfortune of disabling a chrome extension? Here comes a tedious (very tedious) task of migrating to a new tab altogether, searching for the said extension, disabling it and returning to the original page. But wait! What if I don't remember which page I was originally on? And what's the deal with me going to a new tab through so many mouse clicks just to disable some extension. Exty-switchy is the solution to all these problems! Just hit the extension icon next to the address bar and easily enable/disable whatever extension you may!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jkeghhfibnjhcimpmhokggpfhokjeljo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo |
विवरण | Easily enable/disable chrome extensions. |
फ़ाइल का आकार | 720 KB |
स्थापना संख्या | 191 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2016-11-23 |
प्रकाशन तिथि | 2016-11-23 |
रेटिंग | 4.92/5 कुल 13 रेटिंग्स |
डेवलपर | aedorado |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/aedorado/ext-control-panel |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Easily enable\/disable chrome extensions.", "manifest_version": 2, "name": "Exty-Switchy", "icons": { "512": "icons\/icon512.png" }, "browser_action": { "default_icon": "icons\/icon512.png", "default_popup": "popup.html", "default_title": "Easy Switching." }, "permissions": [ "management", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.1.1" } |