Send URL to Clipboard
Send URL to Clipboard from Toolbar
Hvad er Send URL to Clipboard?
Send URL to Clipboard er en Chrome-udvidelse udviklet af https://www.parago.de, og dens hovedfunktion er "Send URL to Clipboard from Toolbar".
Udvidelsesskærmbilleder
Download Send URL to Clipboard-udvidelses-CRX-fil
Download Send URL to Clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
| Officiel URL | https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi |
| Beskrivelse | Send URL to Clipboard from Toolbar |
| Filstørrelse | 13.46 KB |
| Antal Installationer | 40 |
| Nuværende Version | 2.0.0 |
| Senest Opdateret | 2024-02-26 |
| Udgivelsesdato | 2017-04-02 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://www.parago.de |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/jbaurle/SendURLToClipboard |
| Hjælpeside-URL | https://github.com/jbaurle/SendURLToClipboard/issues |
| URL til Fortrolighedspolitik Side | https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md |
| Understøttede Sprog | 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__"
}
} | |