CopyURL

Copy the URL and title of the active page.

Apa itu CopyURL?

CopyURL adalah ekstensi Chrome yang dikembangkan oleh hiroyuki.komatsu, dan fitur utamanya adalah "Copy the URL and title of the active page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CopyURL

Unduh file ekstensi CopyURL 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

                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                    

Informasi Dasar Ekstensi

Nama CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
URL Resmi https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Deskripsi Copy the URL and title of the active page.
Ukuran File 7.09 KB
Jumlah Instalasi 167
Versi Saat Ini 1.4
Terakhir Diperbarui 2023-12-08
Tanggal Publikasi 2020-06-21
Pengembang hiroyuki.komatsu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/hiroyuki-komatsu/copyurl
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}