Copylink

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

Vad är Copylink?

Copylink är en Chrome-tillägg utvecklad av https://rgbstudios.org, och dess huvudfunktion är "Click to copy the url of the current page to your clipboard".

Tilläggsskärmbilder

screenshot

Ladda ner Copylink-förlängningens CRX-fil

Ladda ner Copylink-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Copylink Copylink
ID hmbglhnodfegeiemefjoejkkmncdobde
Officiell webbadress https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde
Beskrivning Click to copy the url of the current page to your clipboard
Filstorlek 7.6 KB
Antal Installationer 362
Aktuell Version 1.3.0
Senast Uppdaterad 2023-11-21
Publiceringsdatum 2019-12-03
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare https://rgbstudios.org
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516
Stödda Språk 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"
    }
}