Hover and Copy
Hover over any link or image and copy it with your keyboard shortcut.
Hvad er Hover and Copy?
Hover and Copy er en Chrome-udvidelse udviklet af Mustafa KÜÇÜK, og dens hovedfunktion er "Hover over any link or image and copy it with your keyboard shortcut.".
Udvidelsesskærmbilleder
Download Hover and Copy-udvidelses-CRX-fil
Download Hover and Copy-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
Hover over any link or image and copy it with your keyboard shortcut.
Hover over the link or image you want to copy and use CTRL + C or CMD + C depending on your operating system.
That's it! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | moanghbdjdafhoppikcalbkggpnbhhid |
| Officiel URL | https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid |
| Beskrivelse | Hover over any link or image and copy it with your keyboard shortcut. |
| Filstørrelse | 43.39 KB |
| Antal Installationer | 529 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2020-02-05 |
| Udgivelsesdato | 2020-02-01 |
| Bedømmelse | 3.11/5 Samlet 9 Bedømmelser |
| Udvikler | Mustafa KÜÇÜK |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://mustafakucuk.net |
| Understøttede Sprog | en,tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0",
"manifest_version": 2,
"browser_action": [],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"main.js"
],
"matches": [
" | |