Copy Link
Chrome extension to copy the link of the current page.
Apa itu Copy Link?
Copy Link adalah ekstensi Chrome yang dikembangkan oleh chick307, dan fitur utamanya adalah "Chrome extension to copy the link of the current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy Link
Unduh file ekstensi Copy Link 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
This extension helps you to copy the link of the current page.
Informasi Dasar Ekstensi
Nama | Copy Link |
ID | odhbmnlhdmbcacdoopohcddanplmmljd |
URL Resmi | https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd |
Deskripsi | Chrome extension to copy the link of the current page. |
Ukuran File | 67.58 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2021-08-03 |
Tanggal Publikasi | 2020-02-09 |
Pengembang | chick307 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy Link", "version": "1.2.0", "description": "Chrome extension to copy the link of the current page.", "browser_action": { "default_icon": { "32": "assets\/images\/browser-action-32.png", "64": "assets\/images\/browser-action-64.png" }, "default_popup": "views\/popup.html", "default_title": "Copy Link" }, "content_security_policy": "default-src 'self'", "icons": { "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" }, "minimum_chrome_version": "79", "permissions": [ "activeTab" ] } |