WebMotion

Browse the web with your keyboard

WebMotion क्या है?

WebMotion https://www.webmotion.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse the web with your keyboard"।

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

screenshot
screenshot

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

crx प्रारूप में WebMotion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        WebMotion lets you navigate the web by using your keyboard. It highlights one letter inside every link and allows you to follow a link by pressing its highlighted letter on your keyboard. Pressing a key twice opens up a link in a new tab.

You can use the letters H, J, K and L to easily navigate inside websites and across tabs. H and L switch between tabs, and J and K scroll inside a website. SHIFT + J or K scroll extra fast. 

(the arrow keys work for this as well, but you must press SHIFT to use them)

Some more shortcuts:

B = Go back
X = Close tab
ALT key = Show alternate set of links in case there were not enough letters to cover all links

You can turn WebMotion on / off or disable it for certain websites by clicking the WebMotion icon in your browser. You can still use the WebMotion shortcuts (H, J, K, L, B and X) on disabled sites by holding down the CTRL and ALT keys.

More information at: http://www.webmotion.info

Created by Erik Linde (https://www.twitter.com/eriklinde)                    

एक्सटेंशन की मूल जानकारी

नाम WebMotion WebMotion
ID jeeajpendgpheoimhmaknnmgplbokimf
आधिकारिक URL https://chromewebstore.google.com/detail/webmotion/jeeajpendgpheoimhmaknnmgplbokimf
विवरण Browse the web with your keyboard
फ़ाइल का आकार 138 KB
स्थापना संख्या 17
वर्तमान संस्करण 0.3
अंतिम अपडेट 2014-06-19
प्रकाशन तिथि 2014-06-18
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://www.webmotion.info
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3",
    "short_name": "WebMotion",
    "author": "Erik Linde",
    "background": {
        "scripts": [
            "jQuery.js",
            "webMotionHelpers.js",
            "background.js"
        ]
    },
    "name": "WebMotion",
    "description": "Browse the web with your keyboard",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "WebMotion",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jQuery.js",
                "jQueryEasing.js",
                "jQuery.scrollTo.js",
                "webMotionHelpers.js",
                "iColor.js",
                "webMotion.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}