Instant search keyboard shortcut
Restores some of the keyboard shortcuts available in instant search
Instant search keyboard shortcut क्या है?
Instant search keyboard shortcut Kiren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Restores some of the keyboard shortcuts available in instant search"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instant search keyboard shortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Missing using tab, esc, arrow-keys and having the familiar blue arrow? Well, look no further! This is an attempt to restore of the keyboard shortcuts of google instant search. If something's not working feel free to send a PR to the GitHub repo.
एक्सटेंशन की मूल जानकारी
नाम | Instant search keyboard shortcut |
ID | dfaommhmceombgjkppajcdekakkinpmd |
आधिकारिक URL | https://chromewebstore.google.com/detail/instant-search-keyboard-s/dfaommhmceombgjkppajcdekakkinpmd |
विवरण | Restores some of the keyboard shortcuts available in instant search |
फ़ाइल का आकार | 50.03 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2017-08-05 |
प्रकाशन तिथि | 2017-08-05 |
डेवलपर | Kiren |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Kirens/InstantShortcuts |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant search keyboard shortcut", "description": "Restores some of the keyboard shortcuts available in instant search", "version": "0.1.1", "author": "Kirens", "icons": { "16": "res\/icon16.png", "48": "res\/icon48.png", "128": "res\/icon128.png", "256": "res\/icon256.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*", "*:\/\/www.google.se\/search*" ], "js": [ "instant.js" ], "css": [ "instant.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "essentials.css" ], "permissions": [ "https:\/\/www.google.se\/*" ] } |