ChromeKeys
Extra keyboard shortcuts from Chrome
ChromeKeys क्या है?
ChromeKeys pacodekumite द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extra keyboard shortcuts from Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChromeKeys एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Browse the web with ease and speed using keyboard-driven shortcuts inspired by the fantastic qutebrowser and surf web browsers. Spend less time mousing around and searching through tabs. How to click buttons, links, etc. with your keyboard: Hit Shift+Spacebar to show the click hints, and type the hint to click the element you want. Hit Ctrl+Shift+Spacebar to get click hints that open a link in a new tab. How to find an open tab with given content: Hit Alt+Enter to open a search field. Start typing to get a list of open tabs that contain the search text. Arrow down to the one you want and hit Enter. Alt+Tab will flip you back to the previous tab. Hit Esc to remove the click-hints and/or tab-search widget.
एक्सटेंशन की मूल जानकारी
नाम | ChromeKeys |
ID | epbohekicencbbaikbdlglpkblklpcec |
आधिकारिक URL | https://chromewebstore.google.com/detail/chromekeys/epbohekicencbbaikbdlglpkblklpcec |
विवरण | Extra keyboard shortcuts from Chrome |
फ़ाइल का आकार | 193 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2021-04-14 |
प्रकाशन तिथि | 2018-08-20 |
डेवलपर | pacodekumite |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromeKeys", "version": "0.1.0", "manifest_version": 3, "description": "Extra keyboard shortcuts from Chrome", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |