Intip.in's Tab Manager
Tab Manager that doesn't track you.
Intip.in's Tab Manager क्या है?
Intip.in's Tab Manager https://www.cscpro.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tab Manager that doesn't track you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Intip.in's Tab Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
No more cluttering tabs! Dozens of tabs opened could make your PC runs slower. Save up your memory while not in use with a single click. You can restore it later in another handy click. .. amazingly handful Organizing the list is just one click away. Switching between light or dark theme, it's a matter of your preferences. Use right-click to control either you save all the tabs or only for specific tab. We respect your privacy No ads. No spy. No shit. We have no analytics tool that injected to the script. You can even watch and contribute to our project on Github. Install on your Chrome Simply click the button. Got something to tell? A bug or a request? Do not hesitate to tell us on the Chrome Web Store. TO DO: - Add documentation - Add export/import button - Add pagination for huge list
एक्सटेंशन की मूल जानकारी
नाम | Intip.in's Tab Manager |
ID | halkhdmljjkflcfbhpgpeplpkcpmjmgj |
आधिकारिक URL | https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj |
विवरण | Tab Manager that doesn't track you. |
फ़ाइल का आकार | 288 KB |
स्थापना संख्या | 130 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2017-02-01 |
प्रकाशन तिथि | 2017-02-01 |
रेटिंग | 4.40/5 कुल 10 रेटिंग्स |
डेवलपर | https://www.cscpro.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.cscpro.org/labs/tab-manager/ |
सहायता पृष्ठ URL | https://www.cscpro.org/labs/tab-manager/ |
गोपनीयता नीति पृष्ठ URL | https://www.cscpro.org/labs/tab-manager |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intip.in's Tab Manager", "description": "Tab Manager that doesn't track you.", "version": "1.0.4", "manifest_version": 2, "options_page": "options.html", "icons": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "Save all tabs" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "contextMenus" ] } |