Copylink
Click to copy the url of the current page to your clipboard
Wat is Copylink?
Copylink is een Chrome-extensie ontwikkeld door https://rgbstudios.org, en de belangrijkste functie is "Click to copy the url of the current page to your clipboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Copylink
Download Copylink-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
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]
Basisinformatie over de Extensie
Naam | Copylink |
ID | hmbglhnodfegeiemefjoejkkmncdobde |
Officiële URL | https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde |
Beschrijving | Click to copy the url of the current page to your clipboard |
Bestandsgrootte | 7.6 KB |
Aantal Installaties | 362 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2023-11-21 |
Publicatiedatum | 2019-12-03 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://rgbstudios.org |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
Ondersteunde Talen | 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" } } |