TabList Manager
TabList Manager
TabList Manager क्या है?
TabList Manager https://whatever-will-be-que-sera-sera.tumblr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TabList Manager"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabList Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
View all your open tabs in a list. v4.0 bugfix Shortcut Keys Alt+Z = Popup Alt+Z+Shift = SideBar on/off ----------------------- SideBar Menu IFrame Menu Tab Stack **tab stack not working in IFrame Menu Disable shortcut keys ----------------------- Open chrome://extensions/ Find the "Extension keyboard shortcuts" button in the bottom right. Find the TabList Manager Section Delete shortcut Key
एक्सटेंशन की मूल जानकारी
नाम | TabList Manager |
ID | nfldfdiecanfehfklddallboddlhedgh |
आधिकारिक URL | https://chromewebstore.google.com/detail/tablist-manager/nfldfdiecanfehfklddallboddlhedgh |
विवरण | TabList Manager |
फ़ाइल का आकार | 447 KB |
स्थापना संख्या | 697 |
वर्तमान संस्करण | 4.5 |
अंतिम अपडेट | 2015-04-16 |
प्रकाशन तिथि | 2015-04-16 |
रेटिंग | 3.83/5 कुल 18 रेटिंग्स |
डेवलपर | https://whatever-will-be-que-sera-sera.tumblr.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabList Manager", "version": "4.5", "description": "TabList Manager", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon19.png", "default_title": "TabList Manager", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "run_at": "document_start", "js": [ "contentscript.js" ], "matches": [ " |