Send URL to Clipboard
Send URL to Clipboard from Toolbar
Was ist Send URL to Clipboard?
Send URL to Clipboard ist eine Chrome-Erweiterung, die von https://www.parago.de entwickelt wurde, und ihr Hauptmerkmal ist "Send URL to Clipboard from Toolbar".
Erweiterungsscreenshots
Send URL to Clipboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Send URL to Clipboard-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
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!
Grundlegende Informationen zur Erweiterung
Name | Send URL to Clipboard |
ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
Offizielle URL | https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi |
Beschreibung | Send URL to Clipboard from Toolbar |
Dateigröße | 13.46 KB |
Installationsanzahl | 40 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2024-02-26 |
Veröffentlichungsdatum | 2017-04-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.parago.de |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jbaurle/SendURLToClipboard |
Hilfeseite URL | https://github.com/jbaurle/SendURLToClipboard/issues |
URL der Datenschutzrichtlinien-Seite | https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md |
Unterstützte Sprachen | 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__" } } |