Source Finder

Source Finder

Co to jest Source Finder?

Source Finder to rozszerzenie Chrome opracowane przez Hipster Private Limited, a jego główną funkcją jest „Source Finder”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Source Finder

Pobierz pliki rozszerzeń Source 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

                        With this extension tool, users can effortlessly upload their resources onto Source Finder, making resource sharing a breeze. 

Easily upload your files, documents, images and videos to the Source Finder platform directly from your browser!                    

Podstawowe informacje o rozszerzeniu

Nazwa Source Finder Source Finder
ID hkfimkoljbbfklglbkdgfpameplcdjmh
Oficjalny URL https://chromewebstore.google.com/detail/source-finder/hkfimkoljbbfklglbkdgfpameplcdjmh
Opis Source Finder
Rozmiar pliku 1.23 MB
Liczba instalacji 34
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-07-27
Data Publikacji 2023-07-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Hipster Private Limited
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hipster-inc.com/
Adres URL Strony Pomocy https://hipster-inc.com/contact-us
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Source Finder",
    "description": "Source Finder",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "Extensionicons.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}