Any Link Finder!

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

Co to jest Any Link Finder!?

Any Link Finder! to rozszerzenie Chrome opracowane przez https://www.fabianalvarado.com, a jego główną funkcją jest „Script that helps to find any link by searching your especific word within the link url”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Any Link Finder!

Pobierz pliki rozszerzeń Any Link Finder! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Any Link Finder! Any Link Finder!
ID hdmckdmnhbcgejfckfdhpdmlamngkeeg
Oficjalny URL https://chrome.google.com/webstore/detail/any-link-finder/hdmckdmnhbcgejfckfdhpdmlamngkeeg
Opis Script that helps to find any link by searching your especific word within the link url
Rozmiar pliku 7.11 KB
Liczba instalacji 103
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2018-05-28
Data Publikacji 2018-05-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.fabianalvarado.com
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}