Hover copy
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format
Wat is Hover copy?
Hover copy is een Chrome-extensie ontwikkeld door gimenete, en de belangrijkste functie is "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format".
Extensie Screenshots
Download het CRX-bestand van de extensie Hover copy
Download Hover copy-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
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format.
Icon made by freepik.com CC-BY 3.0 Basisinformatie over de Extensie
| Naam | |
| ID | cdnibjdbfjofkedghnefffkdohgjgbpc |
| Officiële URL | https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc |
| Beschrijving | Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format |
| Bestandsgrootte | 18.87 KB |
| Aantal Installaties | 169 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2018-12-31 |
| Publicatiedatum | 2018-12-28 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | gimenete |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hover copy",
"version": "1.0.1",
"description": "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"contentScript.js"
]
}
],
"permissions": [
"clipboardWrite"
],
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
}
} | |