Linkt

Store commonly sent links in one place to save you the trouble of looking them up!

Hvad er Linkt?

Linkt er en Chrome-udvidelse udviklet af byronwang93, og dens hovedfunktion er "Store commonly sent links in one place to save you the trouble of looking them up!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Linkt-udvidelses-CRX-fil

Download Linkt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        If you've submitted job applications before, chances are you've seen how repetitive and boring these can be. Always asking for the same links, wouldn't it be nice if you had all of them readily accessible to you?

If that's the case, Linkt is the solution for you! After filling in your links once, simply click on the corresponding icon to copy that link to your clipboard. Never again will you have to waste your time searching up the same URLs over and over again! :')                    

Grundlæggende oplysninger om udvidelsen

Navn Linkt Linkt
ID fjhmcdeacfacahfiiimnkmccnocidjpn
Officiel URL https://chromewebstore.google.com/detail/linkt/fjhmcdeacfacahfiiimnkmccnocidjpn
Beskrivelse Store commonly sent links in one place to save you the trouble of looking them up!
Filstørrelse 988 KB
Antal Installationer 55
Nuværende Version 1.0.0
Senest Opdateret 2023-05-16
Udgivelsesdato 2023-05-15
Bedømmelse 5.00/5 Samlet 11 Bedømmelser
Udvikler byronwang93
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linkt",
    "version": "1.0.0",
    "icons": {
        "16": "16px.png",
        "32": "32px.png",
        "48": "48px.png",
        "128": "128px.png"
    },
    "description": "Store commonly sent links in one place to save you the trouble of looking them up!",
    "action": {
        "default_popup": "index.html",
        "default_title": "Find your links now!"
    }
}