Gridify - Keyboard Link Selector

Select any link, image, input box, or a selectable region on the current page without using the mouse just by a few keyboard hits

Gridify - Keyboard Link Selector क्या है?

Gridify - Keyboard Link Selector chandler.stimson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select any link, image, input box, or a selectable region on the current page without using the mouse just by a few keyboard hits"।

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

screenshot

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

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

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

                        This extension is meant to select any link or input element on the active page just by using your keyboard. Upon activation, the extension injects a grid-like view into the active view to allow you to select any link inside a segment of this view. If multiple choices are available, the extension adds a new view inside the selected region. This operation goes on until you have a unique element to select. At this point, the extension moves the focus to the element so that you can start typing inside the input area or press the "Enter" key to navigate the link. This extension does not pre-inject any script into the website or use any background script while it is inactive. It only operates when it is called from the toolbar (browser action) button, and when a link is detected, it removes the injected view.

This extension offers an alternative keyboard link selection method compared to the Vim-like link selection options that are offered by extensions link Vimium.

Available keyboard shortcuts:
1-9 to select a region
a-z to select a selectable object (link, image, text area, ...)
"Backspace", or "Delete" to navigate one step up

Tips:
1. Open the focused link in the current window using the "Enter" key
2. Open the link in a new window using the "Enter" + "Shift" key combination                    

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

नाम Gridify - Keyboard Link Selector Gridify - Keyboard Link Selector
ID feobfkkigajebpfcbjnblccllcimclnc
आधिकारिक URL https://chromewebstore.google.com/detail/gridify-keyboard-link-sel/feobfkkigajebpfcbjnblccllcimclnc
विवरण Select any link, image, input box, or a selectable region on the current page without using the mouse just by a few keyboard hits
फ़ाइल का आकार 47.92 KB
स्थापना संख्या 23
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2021-11-02
प्रकाशन तिथि 2020-11-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर chandler.stimson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://add0n.com/gridify.html
सहायता पृष्ठ URL https://add0n.com/gridify.html
समर्थित भाषाएँ de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "Gridify - Keyboard Link Selector",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "notifications"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "homepage_url": "https:\/\/add0n.com\/gridify.html",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/view\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}