Tabulous
Filter, activate, select or close one or multiple tabs across windows --- all with your keyboard.
Tabulous क्या है?
Tabulous Tabulous द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter, activate, select or close one or multiple tabs across windows --- all with your keyboard."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabulous एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you habitually end up with tons of open tabs? Only see fav icons instead of tab titles? Have I got a thing for you! Just hit Ctrl+Space and Tabulous lists all of your open tabs, across all open windows. Start typing to filter the list and hit Enter to activate the selected tab. Tabulous can also mark multiple tabs with Ctrl+S, or all tabs with Ctrl+A. Ctrl+D will close one or more tabs. By the way—Tabulous is open source, and is being developed in the open. Check out https://github.com/brumm/tabulous. Default shortcuts: Ctrl+Space => Open extension Ctrl+S => Select tab Ctrl+A => Select all tabs Ctrl+D => Close tab(s)
एक्सटेंशन की मूल जानकारी
नाम | Tabulous |
ID | nlgnadihdmdgooaegcmonjebalkfldfj |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabulous/nlgnadihdmdgooaegcmonjebalkfldfj |
विवरण | Filter, activate, select or close one or multiple tabs across windows --- all with your keyboard. |
फ़ाइल का आकार | 327 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 0.0.14 |
अंतिम अपडेट | 2018-06-23 |
प्रकाशन तिथि | 2018-06-23 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | Tabulous |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/brumm/tabulous |
सहायता पृष्ठ URL | https://github.com/brumm/tabulous/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Filter, activate, select or close one or multiple tabs across windows --- all with your keyboard.", "version": "0.0.14", "name": "Tabulous", "options_page": "options.html", "permissions": [ "tabs", "activeTab", "storage" ], "optional_permissions": [ "bookmarks", "sessions", "management" ], "browser_action": { "default_title": "Tabulous", "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "mac": "MacCtrl+Space", "windows": "Ctrl+Space", "chromeos": "Ctrl+Space", "linux": "Ctrl+Space" } } }, "content_security_policy": "script-src 'self' https:\/\/cdn.ravenjs.com; object-src 'self'" } |