Any Link Finder!

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

Wat is Any Link Finder!?

Any Link Finder! is een Chrome-extensie ontwikkeld door https://www.fabianalvarado.com, en de belangrijkste functie is "Script that helps to find any link by searching your especific word within the link url".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Any Link Finder!

Download Any Link Finder!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Any Link Finder! Any Link Finder!
ID hdmckdmnhbcgejfckfdhpdmlamngkeeg
Officiële URL https://chrome.google.com/webstore/detail/any-link-finder/hdmckdmnhbcgejfckfdhpdmlamngkeeg
Beschrijving Script that helps to find any link by searching your especific word within the link url
Bestandsgrootte 7.11 KB
Aantal Installaties 103
Huidige Versie 1.4
Laatst Bijgewerkt 2018-05-28
Publicatiedatum 2018-05-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.fabianalvarado.com
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}