Tab Player
An astonishing way of managing tabs.
Tab Player क्या है?
Tab Player https://sipt.top द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An astonishing way of managing tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab Player is a Chrome extension for convenient tab management. The functions are: Group and Clean. 1. Group Users can easily create, search, and close groups. They can focus on a specific task within a group, allowing them to stay organized and efficient. Users can summon a pop-up window on any page by using the default shortcut key cmd + shift + O. * Pressing "Enter" selects a group. * "Cmd + Enter" closes a group. * When searching for a keyword that doesn't match any existing groups, pressing "Enter" creates a new group. (If you want to specify a color when creating a group, you can use "[[" to separate the color keyword. Currently supported colors include "grey", "blue", "red", "yellow", "green", "pink", "purple", "cyan", and "orange". For example, "demo[[red" creates a group named "demo" with the color red. ) * In the omnibox, you can also use the keyword "tp" to trigger the group creation. * When focused on a group, any new tabs created will automatically belong to that group. 2. Clean * It allows you to search and filter tabs by keywords in titles or URLs, and easily close or pin tabs. * After retrieval is complete, press Enter to call up the operation box, which supports closing and pinning. You can also click the button on the right side of the input box.
एक्सटेंशन की मूल जानकारी
नाम | Tab Player |
ID | jnmgfgjcefakjoeoinpncbilkdnikbgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-player/jnmgfgjcefakjoeoinpncbilkdnikbgc |
विवरण | An astonishing way of managing tabs. |
फ़ाइल का आकार | 393 KB |
स्थापना संख्या | 83 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-08-16 |
प्रकाशन तिथि | 2023-07-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://sipt.top |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/sipt/tab-player |
सहायता पृष्ठ URL | https://github.com/sipt/tab-player/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Player", "version": "1.1.0", "description": "An astonishing way of managing tabs.", "omnibox": { "keyword": "tp" }, "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-32.png" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ " |