Command Palette
A command palette to navigate in Google Chrome faster.
Command Palette क्या है?
Command Palette Chin Leung द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A command palette to navigate in Google Chrome faster."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Command Palette एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension that allows you to quickly switch between active tabs, open new tabs, execute commands and more. Open the command palette by pressing CTRL/COMMAND + SHIFT + K at anytime. The shortcut is editable in the Chrome's shortcuts settings (chrome://extensions/shortcuts).
एक्सटेंशन की मूल जानकारी
नाम | Command Palette |
ID | lfmfhlofoaleegdogpmknfbibciflfek |
आधिकारिक URL | https://chromewebstore.google.com/detail/command-palette/lfmfhlofoaleegdogpmknfbibciflfek |
विवरण | A command palette to navigate in Google Chrome faster. |
फ़ाइल का आकार | 86.21 KB |
स्थापना संख्या | 194 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-08-09 |
प्रकाशन तिथि | 2022-03-22 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | Chin Leung |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/chinleung/chrome-command-palette-issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Command Palette", "description": "A command palette to navigate in Google Chrome faster.", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "commands": { "toggle-palette": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Toggle the command palette." } }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab", "scripting", "search", "tabs" ] } |