Copylink
Click to copy the url of the current page to your clipboard
Was ist Copylink?
Copylink ist eine Chrome-Erweiterung, die von https://rgbstudios.org entwickelt wurde, und ihr Hauptmerkmal ist "Click to copy the url of the current page to your clipboard".
Erweiterungsscreenshots
Copylink-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copylink-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
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]
Grundlegende Informationen zur Erweiterung
Name | Copylink |
ID | hmbglhnodfegeiemefjoejkkmncdobde |
Offizielle URL | https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde |
Beschreibung | Click to copy the url of the current page to your clipboard |
Dateigröße | 7.6 KB |
Installationsanzahl | 362 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2023-11-21 |
Veröffentlichungsdatum | 2019-12-03 |
Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
Entwickler | https://rgbstudios.org |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
Unterstützte Sprachen | 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" } } |