URL Copy

Copies url with a click!

Vad är URL Copy?

URL Copy är en Chrome-tillägg utvecklad av tsubasagene, och dess huvudfunktion är "Copies url with a click!".

Tilläggsskärmbilder

screenshot

Ladda ner URL Copy-förlängningens CRX-fil

Ladda ner URL Copy-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

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

Namn URL Copy URL Copy
ID honjkgkhennhamekcgimhdibgcdfbidf
Officiell webbadress https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf
Beskrivning Copies url with a click!
Filstorlek 4.82 KB
Antal Installationer 51
Aktuell Version 1.1
Senast Uppdaterad 2020-03-07
Publiceringsdatum 2020-03-07
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare tsubasagene
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}