Quick Link Finder

Chrome-equivalent of Firefox's quick find (links only). You can search and click a link in a web page without using a mouse.

Quick Link Finder क्या है?

Quick Link Finder js extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome-equivalent of Firefox's quick find (links only). You can search and click a link in a web page without using a mouse."।

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

screenshot
screenshot
screenshot

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

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

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

                        Description:
    You can search and click a link in a web page without using a mouse.
    Chrome-equivalent of Firefox's quick find (links only).

How to Use:

    - type a single quote ( ' ) to start search for a link in a web page

    - hit Enter to click a highlighted link 

    - (or hit Tab to navigate among the matched links)

    - ESC to close the search field 

    - (or it automatically closes itself after 5 sec. of inactivity)

    That's it!

Changes in 1.3.7
 - Added websites to exclude
 - Styling consistency
 - Manifest v2

Changes in 1.0.9
 - img element's alt attribute is also traversed

Changes in 1.1.0
 - it will open a link in a new tab when you hit enter while CTRL is being pressed

Changes in 1.2.0
 - User's preference for link highlight color

Plugins Used:
 - Color Picker - http://acko.net/dev/farbtastic

Any feedback is appreciated. Thank you!                    

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

नाम Quick Link Finder Quick Link Finder
ID joilmblholecadnhkhdbmigofeiekplp
आधिकारिक URL https://chromewebstore.google.com/detail/quick-link-finder/joilmblholecadnhkhdbmigofeiekplp
विवरण Chrome-equivalent of Firefox's quick find (links only). You can search and click a link in a web page without using a mouse.
फ़ाइल का आकार 1.75 MB
स्थापना संख्या 127
वर्तमान संस्करण 1.3.11
अंतिम अपडेट 2019-02-21
प्रकाशन तिथि 2019-02-20
रेटिंग 4.22/5 कुल 9 रेटिंग्स
डेवलपर js extensions
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Link Finder",
    "version": "1.3.11",
    "description": "Chrome-equivalent of Firefox's quick find (links only). You can search and click a link in a web page without using a mouse.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "quick-link-finder.css"
            ],
            "js": [
                "lib\/jquery\/jquery-1.5.1.min.js",
                "quick-link-finder.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}