URL Copy
Copies url with a click!
Was ist URL Copy?
URL Copy ist eine Chrome-Erweiterung, die von tsubasagene entwickelt wurde, und ihr Hauptmerkmal ist "Copies url with a click!".
Erweiterungsscreenshots
URL Copy-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL Copy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | URL Copy |
ID | honjkgkhennhamekcgimhdibgcdfbidf |
Offizielle URL | https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf |
Beschreibung | Copies url with a click! |
Dateigröße | 4.82 KB |
Installationsanzahl | 51 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-03-07 |
Veröffentlichungsdatum | 2020-03-07 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | tsubasagene |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |