URL Copy

Copies url with a click!

Hvad er URL Copy?

URL Copy er en Chrome-udvidelse udviklet af tsubasagene, og dens hovedfunktion er "Copies url with a click!".

Udvidelsesskærmbilleder

screenshot

Download URL Copy-udvidelses-CRX-fil

Download URL Copy-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

                        When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. 
Though the difference is small, many a little makes a mickle! Enjoy.                    

Grundlæggende oplysninger om udvidelsen

Navn URL Copy URL Copy
ID honjkgkhennhamekcgimhdibgcdfbidf
Officiel URL https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf
Beskrivelse Copies url with a click!
Filstørrelse 4.82 KB
Antal Installationer 51
Nuværende Version 1.1
Senest Opdateret 2020-03-07
Udgivelsesdato 2020-03-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler tsubasagene
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Copy",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Copies url with a click!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}