Any Link Finder!

Script that helps to find any link by searching your especific word within the link url

Any Link Finder! क्या है?

Any Link Finder! https://www.fabianalvarado.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Script that helps to find any link by searching your especific word within the link url"।

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

screenshot

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

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

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

                        Extension that highlights any link by searching your especific word within the link url                    

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

नाम Any Link Finder! Any Link Finder!
ID hdmckdmnhbcgejfckfdhpdmlamngkeeg
आधिकारिक URL https://chrome.google.com/webstore/detail/any-link-finder/hdmckdmnhbcgejfckfdhpdmlamngkeeg
विवरण Script that helps to find any link by searching your especific word within the link url
फ़ाइल का आकार 7.11 KB
स्थापना संख्या 103
वर्तमान संस्करण 1.4
अंतिम अपडेट 2018-05-28
प्रकाशन तिथि 2018-05-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.fabianalvarado.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Link Finder!",
    "description": "Script that helps to find any link by searching your especific word within the link url",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Any Link Finder!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "link_checker.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}