BMTab
Put the tab to bookmark for future access and to release the resources
BMTab क्या है?
BMTab zncoder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Put the tab to bookmark for future access and to release the resources"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BMTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sometimes you may want to close a tab either because you have too many tabs or you'd like to revisit the page in the near future, you can click the icon to put the site to a special bmtab bookmark folder. You can access these tabs from the Bmtab page by right clicking the icon and selecting the "Show Bmtabs page". This add-on was inspired by OneTab. But OneTab may lose the saved tabs occasionally for unknown reason. This add-on saves the tabs in the "bmtab-bn4yaq" bookmark folder for simple and reliable storage.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | djpdjipenanplkappkhojednmhkihfjo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo |
विवरण | Put the tab to bookmark for future access and to release the resources |
फ़ाइल का आकार | 22.39 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 1.8.2 |
अंतिम अपडेट | 2019-12-17 |
प्रकाशन तिथि | 2019-12-17 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | zncoder |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/zncoder/bmtab |
सहायता पृष्ठ URL | https://github.com/zncoder/bmtab |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BMTab", "version": "1.8.2", "manifest_version": 2, "description": "Put the tab to bookmark for future access and to release the resources", "icons": { "48": "icons\/48.png" }, "permissions": [ "tabs", "bookmarks", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_icon": "icons\/32.png", "default_title": "Click to put this tab to bookmark" } } |