Copylink

Click to copy the url of the current page to your clipboard

Hvad er Copylink?

Copylink er en Chrome-udvidelse udviklet af https://rgbstudios.org, og dens hovedfunktion er "Click to copy the url of the current page to your clipboard".

Udvidelsesskærmbilleder

screenshot

Download Copylink-udvidelses-CRX-fil

Download Copylink-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

                        Simply click the button to copy the address of the current website.

* Use copylink to quickly send, share, or save the url to a website.
* The address is also displayed in a little textbox.

Don't forget to rate and share! Enjoy! :)

V.1.3.0

RGB Studios
rgbstudios.org
facebook.com/rgbstudios.org/
[email protected]                    

Grundlæggende oplysninger om udvidelsen

Navn Copylink Copylink
ID hmbglhnodfegeiemefjoejkkmncdobde
Officiel URL https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde
Beskrivelse Click to copy the url of the current page to your clipboard
Filstørrelse 7.6 KB
Antal Installationer 362
Nuværende Version 1.3.0
Senest Opdateret 2023-11-21
Udgivelsesdato 2019-12-03
Bedømmelse 4.25/5 Samlet 4 Bedømmelser
Udvikler https://rgbstudios.org
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copylink",
    "description": "Click to copy the url of the current page to your clipboard",
    "version": "1.3.0",
    "action": {
        "default_icon": "128_icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "128": "128_icon.png",
        "48": "48_icon.png",
        "16": "16_icon.png"
    }
}