Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
ما هو Web Keyboard Navigator؟
Web Keyboard Navigator هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "This extension that provide the keyboard navigator in Google, Naver Search".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web Keyboard Navigator
قم بتنزيل ملفات الامتداد Web Keyboard Navigator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension that provide the keyboard navigator in Google Search 1. Search by Google 2. Press '/' for(* Naver : Press 'ESC') * Press '/' again 3. Press 'ArrowDown' => next result Press 'ArrowUp' => Prev result Press 'ArrowRight' => next page Press 'ArrowLeft' => Prev Page https://github.com/bluemirr5/google-search-keyboard-navigator
معلومات أساسية عن التمديد
الاسم | Web Keyboard Navigator |
ID | bkhfbkdobdpeffmajhomapocnphaehgp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
الوصف | This extension that provide the keyboard navigator in Google, Naver Search |
حجم الملف | 184 KB |
عدد التثبيتات | 525 |
النسخة الحالية | 1.0.7 |
آخر تحديث | 2017-11-15 |
تاريخ النشر | 2017-11-15 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | [email protected] |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/bluemirr5/google-search-keyboard-navigator |
عنوان صفحة المساعدة | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Keyboard Navigator", "version": "1.0.7", "description": "This extension that provide the keyboard navigator in Google, Naver Search", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "browser_action": { "icon": "inactive.png", "default_title": "This page is Not Search Page" }, "manifest_version": 2 } |