GoTo Tab
Productivity focused extension that helps you manage browser tabs
GoTo Tab क्या है?
GoTo Tab Praveen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Productivity focused extension that helps you manage browser tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GoTo Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Multiple browser windows with infinite tabs. We all do this when working on something interesting or against a clock. With GoTo Tab, you can stop going through multiple tabs to find the right one. Give yourself a distraction-free experience and save the time spent on searching for tabs. Features • Manage tabs in multiple windows • Search and open tabs • Pin and Unpin tabs • Close tabs with shortcuts • Dark mode Shortcuts - Open GoTo Tab - CMD + SHIFT + K (Mac) | CTRL + SHIFT + K (Windows) - Navigate - UP & DOWN ARROW - Open tab - ENTER - Close tab - SHIFT + W - Pin tab - SHIFT + ENTER In the essence of Fundamental Rights to Privacy, • We do not have hidden ads. • We do not collect and store any personal data. That includes your browser history, usage data, etc. • We do not know who you are, where you are, and what you do. Tbh, we shouldn’t and don’t care. Did the developer slip in a bug? Get in touch with us directly at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | GoTo Tab |
ID | hjfkaobgkmaeomgdhmhhipdbjdhhjkoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/goto-tab/hjfkaobgkmaeomgdhmhhipdbjdhhjkoi |
विवरण | Productivity focused extension that helps you manage browser tabs |
फ़ाइल का आकार | 95.34 KB |
स्थापना संख्या | 7,554 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2022-06-04 |
प्रकाशन तिथि | 2020-02-10 |
रेटिंग | 4.07/5 कुल 56 रेटिंग्स |
डेवलपर | Praveen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoTo Tab", "description": "Productivity focused extension that helps you manage browser tabs", "version": "3.0.0", "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": "assets\/images\/icon_128.png", "default_popup": "popup.html", "default_title": "Go to Tab" }, "icons": { "16": "assets\/images\/icon_16.png", "48": "assets\/images\/icon_128.png", "128": "assets\/images\/icon_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" } } }, "manifest_version": 2 } |