Send URL to Clipboard
Send URL to Clipboard from Toolbar
Vad är Send URL to Clipboard?
Send URL to Clipboard är en Chrome-tillägg utvecklad av https://www.parago.de, och dess huvudfunktion är "Send URL to Clipboard from Toolbar".
Tilläggsskärmbilder
Ladda ner Send URL to Clipboard-förlängningens CRX-fil
Ladda ner Send URL to Clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
| Officiell webbadress | https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi |
| Beskrivning | Send URL to Clipboard from Toolbar |
| Filstorlek | 13.46 KB |
| Antal Installationer | 40 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2024-02-26 |
| Publiceringsdatum | 2017-04-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.parago.de |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/jbaurle/SendURLToClipboard |
| Hjälpsida URL | https://github.com/jbaurle/SendURLToClipboard/issues |
| URL till Sekretesspolicy Sidan | https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md |
| Stödda Språk | 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__"
}
} | |