Send URL to Clipboard
Send URL to Clipboard from Toolbar
What is Send URL to Clipboard?
Send URL to Clipboard is a Chrome extension developed by https://www.parago.de, and its main feature is "Send URL to Clipboard from Toolbar".
Extension Screenshots
Download Send URL to Clipboard Extension CRX File
Download Send URL to Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Send URL to Clipboard |
ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
Official URL | https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi |
Description | Send URL to Clipboard from Toolbar |
File Size | 13.46 KB |
Installation Count | 40 |
Current Version | 2.0.0 |
Last Updated | 2024-02-26 |
Publish Date | 2017-04-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.parago.de |
jbaurle@parago.de | |
Payment Type | free |
Extension Website | https://github.com/jbaurle/SendURLToClipboard |
Help Page URL | https://github.com/jbaurle/SendURLToClipboard/issues |
Privacy Policy Page URL | https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md |
Supported Languages | 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__" } } |