URL Copy
Copies url with a click!
Apa itu URL Copy?
URL Copy adalah ekstensi Chrome yang dikembangkan oleh tsubasagene, dan fitur utamanya adalah "Copies url with a click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi URL Copy
Unduh file ekstensi URL 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
When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. Though the difference is small, many a little makes a mickle! Enjoy.
Informasi Dasar Ekstensi
Nama | URL Copy |
ID | honjkgkhennhamekcgimhdibgcdfbidf |
URL Resmi | https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf |
Deskripsi | Copies url with a click! |
Ukuran File | 4.82 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-03-07 |
Tanggal Publikasi | 2020-03-07 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | tsubasagene |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Copy", "version": "1.1", "manifest_version": 2, "description": "Copies url with a click!", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "activeTab" ] } |