Web Keyboard Navigator

This extension that provide the keyboard navigator in Google, Naver Search

Web Keyboard Navigator क्या है?

Web Keyboard Navigator bluemirr5@gmail.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension that provide the keyboard navigator in Google, Naver Search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web Keyboard Navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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 रेटिंग्स
डेवलपर bluemirr5@gmail.com
ईमेल bluemirr5@gmail.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bluemirr5/google-search-keyboard-navigator
सहायता पृष्ठ URL 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
}