Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Extensions Page Keyboard Shortcut क्या है?
Extensions Page Keyboard Shortcut Kyle Ryan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Ctrl+Shift+E to go to the Chrome Extensions Page."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extensions Page Keyboard Shortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You should be able to go to the bottom of the extensions page to "Keyboard shortcuts" and customize the bind to whatever you want. For Mac users, the shortcut will default to Cmd+Shift+E.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
विवरण | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
फ़ाइल का आकार | 6.58 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-07-25 |
प्रकाशन तिथि | 2014-07-25 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Kyle Ryan |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extensions Page Keyboard Shortcut", "version": "1.1", "description": "Use Ctrl+Shift+E to go to the Chrome Extensions Page.", "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "author": "Kyle Ryan", "commands": { "open-ext": { "suggested_key": { "default": "Ctrl+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" }, "description": "Open Extensions page" } }, "short_name": "Extensions Page Shortcut" } |