Instant search keyboard shortcut
Restores some of the keyboard shortcuts available in instant search
ما هو Instant search keyboard shortcut؟
Instant search keyboard shortcut هو إضافة Chrome تم تطويرها بواسطة Kiren، والميزة الرئيسية لها هي "Restores some of the keyboard shortcuts available in instant search".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instant search keyboard shortcut
قم بتنزيل ملفات الامتداد Instant search keyboard shortcut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*" ] } |