knogs

keyboard navigation on google search™

ما هو knogs؟

knogs هو إضافة Chrome تم تطويرها بواسطة https://blog.nqzero.com، والميزة الرئيسية لها هي "keyboard navigation on google search™".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة knogs

قم بتنزيل ملفات الامتداد knogs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        use google search without the mouse
keyboard shortcuts for use with google search

j/k navigate google search results
o to open the selected link in a new tab
enter to open the selected link in the current tab
shift+o or shift+enter to open the page in a new window
/ selects the search box
esc unselects the search box

note: set up your own search engine keyword for google for total mouse-free access
  chrome://chrome/settings/searchEngines

my normal search sequence is as follows
  ctrl-L g space stuff j j j o
  this does a google search on "stuff", cursors to the 3rd item and opens it in a new tab

google search is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

معلومات أساسية عن التمديد

الاسم knogs knogs
ID lmcekibeekmfpmhanampimjjegknceik
عنوان URL الرسمي https://chromewebstore.google.com/detail/knogs/lmcekibeekmfpmhanampimjjegknceik
الوصف keyboard navigation on google search™
حجم الملف 10.88 KB
عدد التثبيتات 15
النسخة الحالية 1.1.0
آخر تحديث 2015-08-07
تاريخ النشر 2015-08-06
تقييم 4.00/5 مجموع تقييمات 4
المطور https://blog.nqzero.com
نوع الدفع free
موقع الإضافة http://blog.nqzero.com/2011/12/googles-experimental-page-used-to-list.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "knogs.user.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/search*"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "knogs",
    "description": "keyboard navigation on google search\u2122",
    "web_accessible_resources": [
        "kludge.js",
        "docs\/googleKeyboard.js"
    ],
    "version": "1.1.0"
}