List All Tabs
show a list of all open tabs
List All Tabs क्या है?
List All Tabs lior99apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "show a list of all open tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में List All Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Display all open tabs as a list, allowing easy switching, closing and muting/unmuting Changelog: https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD Github Repo: https://github.com/lior99/see-all-tabs
एक्सटेंशन की मूल जानकारी
नाम | List All Tabs |
ID | iklkoalaepbjckknpnklbipmplnipcid |
आधिकारिक URL | https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid |
विवरण | show a list of all open tabs |
फ़ाइल का आकार | 994 KB |
स्थापना संख्या | 3,376 |
वर्तमान संस्करण | 4.0.2 |
अंतिम अपडेट | 2021-03-05 |
प्रकाशन तिथि | 2019-09-14 |
रेटिंग | 4.50/5 कुल 16 रेटिंग्स |
डेवलपर | lior99apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/lior99/see-all-tabs |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "List All Tabs", "version": "4.0.2", "description": "show a list of all open tabs", "short_name": "List All Tabs", "author": "Lior Shtivelman", "permissions": [ "tabs", "storage", "tabGroups" ], "options_page": "options.html", "action": { "default_icon": "images\/dark_version.png", "default_popup": "index.html" }, "icons": { "128": "icon_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+U", "linux": "Ctrl+Shift+U", "windows": "Alt+Shift+U", "mac": "Ctrl+Shift+U" } } } } |