Send URL to Clipboard
Send URL to Clipboard from Toolbar
Wat is Send URL to Clipboard?
Send URL to Clipboard is een Chrome-extensie ontwikkeld door https://www.parago.de, en de belangrijkste functie is "Send URL to Clipboard from Toolbar".
Extensie Screenshots
Download het CRX-bestand van de extensie Send URL to Clipboard
Download Send URL to Clipboard-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
This extension adds a button to the toolbar that allows you to copy the URL and the title of the web page to the clipboard. That's all!
Basisinformatie over de Extensie
Naam | Send URL to Clipboard |
ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
Officiële URL | https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi |
Beschrijving | Send URL to Clipboard from Toolbar |
Bestandsgrootte | 13.46 KB |
Aantal Installaties | 40 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2024-02-26 |
Publicatiedatum | 2017-04-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.parago.de |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jbaurle/SendURLToClipboard |
Help Pagina-URL | https://github.com/jbaurle/SendURLToClipboard/issues |
URL van de Privacybeleid Pagina | https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md |
Ondersteunde Talen | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extname__", "version": "2.0.0", "description": "__MSG_extdesc__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "offscreen", "clipboardWrite" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": { "16": "icon16.png" }, "default_title": "__MSG_extaction__" } } |