Tabs of our Lives - Manage Your Tabs Now
Wrangle in your tabs tonight. With a few clicks and taps, you'll easily manage your many windows and tabs.
Tabs of our Lives - Manage Your Tabs Now क्या है?
Tabs of our Lives - Manage Your Tabs Now Nicholas Jensen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wrangle in your tabs tonight. With a few clicks and taps, you'll easily manage your many windows and tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabs of our Lives - Manage Your Tabs Now एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Don't lose track of your work. When browsing, Tabs of Our Lives easily saves tabs as groups. Later, these can be restored. ★ View your open windows with their tabs ★ Navigate easily between windows ★ Search all windows and tabs for a website ★ Save a group of tabs ★ Copy your tabs to clipboard ★ Restore a group of tabs If you'd like to support the developer for future updates and maintenance, there is a donation feature available. Thank you in advance for your support!
एक्सटेंशन की मूल जानकारी
नाम | Tabs of our Lives - Manage Your Tabs Now |
ID | hpdgkdeokgdljggbajofdlcacgdolopc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabs-of-our-lives-manage/hpdgkdeokgdljggbajofdlcacgdolopc |
विवरण | Wrangle in your tabs tonight. With a few clicks and taps, you'll easily manage your many windows and tabs. |
फ़ाइल का आकार | 553 KB |
स्थापना संख्या | 1,111 |
वर्तमान संस्करण | 2.14.0 |
अंतिम अपडेट | 2021-03-16 |
प्रकाशन तिथि | 2020-03-16 |
रेटिंग | 4.40/5 कुल 5 रेटिंग्स |
डेवलपर | Nicholas Jensen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "2.14.0", "manifest_version": 2, "description": "__MSG_extension_description__", "author": "__MSG_extension_author__", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "tabs" ], "background": { "persistent": false, "scripts": [ "javascript\/page-background.bundle.js" ] }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "__MSG_extension_name__", "default_popup": "html\/browser-action-index.html" }, "options_page": "html\/options-page-index.html", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+T", "mac": "Alt+T", "chromeos": "Alt+T", "linux": "Alt+T" } } } } |