URL Copy
Copies url with a click!
Wat is URL Copy?
URL Copy is een Chrome-extensie ontwikkeld door tsubasagene, en de belangrijkste functie is "Copies url with a click!".
Extensie Screenshots
Download het CRX-bestand van de extensie URL Copy
Download URL Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | URL Copy |
ID | honjkgkhennhamekcgimhdibgcdfbidf |
Officiële URL | https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf |
Beschrijving | Copies url with a click! |
Bestandsgrootte | 4.82 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-03-07 |
Publicatiedatum | 2020-03-07 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | tsubasagene |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |