Tab Control
Tab Control stresses over your tabs so you don't have to.
Tab Control क्या है?
Tab Control Sanketh Hegde द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tab Control stresses over your tabs so you don't have to."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab Control allows you to keep a limit on the number of tabs you have per window. Once you attempt to surpass the limit, Tab Control will remove your least active tab and save it internally just incase you need it in the future. You can also choose to purge your window's tabs if you ever feel like your tabs are getting messy. Purge all tabs, duplicate tabs, or inactive tabs. For the best experience, restart Chrome after first-time installation! Note: Tab Control requires access to your browser history in order to save recently removed tabs and assign a timestamp to each tab. Your recently removed history is never saved other than on your own account.
एक्सटेंशन की मूल जानकारी
नाम | Tab Control |
ID | hheohnanbmmjfpnpgcejpnabbnjhbhip |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip |
विवरण | Tab Control stresses over your tabs so you don't have to. |
फ़ाइल का आकार | 121 KB |
स्थापना संख्या | 84 |
वर्तमान संस्करण | 1.4.0 |
अंतिम अपडेट | 2017-08-17 |
प्रकाशन तिथि | 2017-08-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Sanketh Hegde |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://chrome.google.com/webstore/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip/support |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Control", "version": "1.4.0", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/constants.js", "js\/TabWrapper.js", "js\/background.js" ] }, "description": "Tab Control stresses over your tabs so you don't have to.", "browser_action": { "default_title": "Tab Control", "default_popup": "popup.html" }, "icons": { "16": "img\/icon32.png", "48": "img\/icon96.png", "96": "img\/icon192.png", "128": "img\/icon256.png" }, "author": "Sanketh Hegde" } |