Hover and Copy
Hover over any link or image and copy it with your keyboard shortcut.
Apa itu Hover and Copy?
Hover and Copy adalah ekstensi Chrome yang dikembangkan oleh Mustafa KÜÇÜK, dan fitur utamanya adalah "Hover over any link or image and copy it with your keyboard shortcut.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hover and Copy
Unduh file ekstensi Hover and Copy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Hover and Copy |
ID | moanghbdjdafhoppikcalbkggpnbhhid |
URL Resmi | https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid |
Deskripsi | Hover over any link or image and copy it with your keyboard shortcut. |
Ukuran File | 43.39 KB |
Jumlah Instalasi | 529 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-02-05 |
Tanggal Publikasi | 2020-02-01 |
Penilaian | 3.11/5 Total 9 Penilaian |
Pengembang | Mustafa KÜÇÜK |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://mustafakucuk.net |
Bahasa yang Didukung | 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": [ " |