Organize Windows and Tabs
Organize Windows and Tabs
Organize Windows and Tabs क्या है?
Organize Windows and Tabs Fatih Doğan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize Windows and Tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Organize Windows and Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds these actions: * Merge windows and sort tabs: Merge all windows on target window, and sorts all tabs according to tab url alphabetically. * Merge windows: Merge all windows on target window. * Sort tabs: Sort tabs on target windows according to tab url alphabetically. * Close tabs from this domain: Closes all tabs with same domain. * Move tabs from this domain to this window Moves tabs from same domain with the selected tab's domain to current window. * Group tabs from this domain Groups tabs from same domain with the selected tab's domain. Default extension icon action is "Merge windows and sort tabs". This can be changed from options page. You can select "do nothing" option to disable default action. By default the extension ignores pinned tabs, popup and app windows for merge and sort actions. These can be changed from options page. This extension does not cause tab groups to be ungrouped.
एक्सटेंशन की मूल जानकारी
नाम | Organize Windows and Tabs |
ID | ecdpecnghdabcaloifcmpjaimlnnjigi |
आधिकारिक URL | https://chromewebstore.google.com/detail/organize-windows-and-tabs/ecdpecnghdabcaloifcmpjaimlnnjigi |
विवरण | Organize Windows and Tabs |
फ़ाइल का आकार | 10.3 KB |
स्थापना संख्या | 801 |
वर्तमान संस्करण | 1.4.1 |
अंतिम अपडेट | 2022-02-18 |
प्रकाशन तिथि | 2020-06-02 |
रेटिंग | 4.10/5 कुल 10 रेटिंग्स |
डेवलपर | Fatih Doğan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/fthdgn/chrome_organize_windows_tabs |
सहायता पृष्ठ URL | https://github.com/fthdgn/chrome_organize_windows_tabs |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "default_title": "Organize Windows and Tabs" }, "homepage_url": "https:\/\/github.com\/fthdgn\/chrome_organize_windows_tabs\/", "description": "Organize Windows and Tabs", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "manifest_version": 3, "name": "Organize Windows and Tabs", "offline_enabled": true, "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "storage", "tabGroups" ], "version": "1.4.1" } |