Tab Grouper
Group tabs for one-click access! Copy all open tabs to clipboard with a single click.
Tab Grouper क्या है?
Tab Grouper lerxst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Group tabs for one-click access! Copy all open tabs to clipboard with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Grouper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save currently opened tabs for accessing later. Save any number of groups with any number of tabs! • To save a set of tabs : 1. Right-click anywhere on the webpage and click 'Save Tabs' in the context menu. 2. Enter the group name and click 'Ok' to save. (Keyboard shortcut : 'Shift+Ctrl+m'. Modify shortcut combinations in Tools->Extensions) • Click on the TabGrouper icon in the toolbar to access the saved groups. Use the TabGrouper options to manage groups. • In the TabGrouper popup, use the clipboard icon to copy all the open tabs and their URLs to the clipboard.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | glfmdmkkhokfolknaabkokpcibhlagen |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tab-grouper/glfmdmkkhokfolknaabkokpcibhlagen |
विवरण | Group tabs for one-click access! Copy all open tabs to clipboard with a single click. |
फ़ाइल का आकार | 91.91 KB |
स्थापना संख्या | 824 |
वर्तमान संस्करण | 0.9.4 |
अंतिम अपडेट | 2015-03-12 |
प्रकाशन तिथि | 2015-03-12 |
रेटिंग | 3.93/5 कुल 14 रेटिंग्स |
डेवलपर | lerxst |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Grouper", "version": "0.9.4", "description": "Group tabs for one-click access! Copy all open tabs to clipboard with a single click.", "background": { "scripts": [ "bginit.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": "\/images\/icon48.png", "default_title": "TabGrouper" }, "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+T" }, "description": "Save the current group of tabs." } }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |