Tab Freezer
Freeze All Tabs
Tab Freezer क्या है?
Tab Freezer zhangbohun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Freeze All Tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Freezer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you are also a patient with Too Many Tabs Syndrome (TMTS), When the memory is lacking due to too many open tabs, just click this extension to freeze all the tabs that are not concerned temporarily, reduce the memory consumption, no shortcut keys are required, and the option page will not pop up (when memory is really lacking No need to continue loading an option page) Frozen tabs will not be closed, but you can still click to switch normally to resume to achieve a seamless browsing experience.
एक्सटेंशन की मूल जानकारी
नाम | Tab Freezer |
ID | opmcmbcmkbobnbloaanbgminfokciinp |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-freezer/opmcmbcmkbobnbloaanbgminfokciinp |
विवरण | Freeze All Tabs |
फ़ाइल का आकार | 318 KB |
स्थापना संख्या | 830 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2022-11-15 |
प्रकाशन तिथि | 2020-02-13 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | zhangbohun |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "icons": { "128": "icon.png" }, "version": "0.1.3", "offline_enabled": true, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "__MSG_name__", "default_icon": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "options_ui": { "chrome_style": true, "page": "options.html" }, "web_accessible_resources": [ "icon.png", "*:\/\/*" ], "manifest_version": 2, "default_locale": "en" } |