Side Panel
Vertical tab menu that searches, moves, and sorts.
Side Panel क्या है?
Side Panel solomonkinard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vertical tab menu that searches, moves, and sorts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Side Panel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Vertical tabs. Search and sort. Click the extension icon to show the popup and each favicon. Press enter after searching. Press tab key then enter. Automatically scroll to the focused tab. Try the bonus side panel feature. Move tabs by dragging and dropping. Middle click to close. Changelog # 0.0.2.8 * Added beautiful color coded tab movement. * Restored side panel menu visibility, caused by regression listed below. * Side Panel was affected by the browser regression that broke setPanelOptions. # 0.0.2.7 * Middle click now closes the tab that was clicked on. * Move tabs by dragging and dropping. * Use images instead of text for the top row of links. * Added hover title for the top row of links. * Search input box now has a magnifying glass in it. * Search input box now has a placeholder. * Automatically scroll to the focused tab in view. * Only scroll when the focused tab isn't visible on screen. * Animate scrolling. # 0.0.2.6 * Faster image loading by exiting the event loop and lazy loading favicons.
एक्सटेंशन की मूल जानकारी
नाम | Side Panel |
ID | haoeabedojepcdeajfccghamflkfkjfc |
आधिकारिक URL | https://chromewebstore.google.com/detail/side-panel/haoeabedojepcdeajfccghamflkfkjfc |
विवरण | Vertical tab menu that searches, moves, and sorts. |
फ़ाइल का आकार | 33.41 KB |
स्थापना संख्या | 240 |
वर्तमान संस्करण | 0.0.2.8 |
अंतिम अपडेट | 2023-04-09 |
प्रकाशन तिथि | 2023-03-03 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | solomonkinard |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Side Panel", "version": "0.0.2.8", "manifest_version": 3, "description": "Vertical tab menu that searches, moves, and sorts.", "author": "Solomon Kinard", "action": { "default_popup": "default_popup.html" }, "permissions": [ "tabs", "favicon", "sidePanel", "storage" ], "icons": { "128": "icons\/128.png" }, "side_panel": { "default_path": "default_popup.html" } } |