Creative Commons License Generator

A chrome extension to generate Creative Commons license in place

Apa itu Creative Commons License Generator?

Creative Commons License Generator adalah ekstensi Chrome yang dikembangkan oleh silloi, dan fitur utamanya adalah "A chrome extension to generate Creative Commons license in place".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Creative Commons License Generator

Unduh file ekstensi Creative Commons License Generator 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

                        Choose Creative Commons License (CC License) you want.
The code is generated in place, so you can copy it to place in your web site.
Some languages are available.                    

Informasi Dasar Ekstensi

Nama Creative Commons License Generator Creative Commons License Generator
ID eeeemgfdlnpcodapjjnojoienoobapde
URL Resmi https://chromewebstore.google.com/detail/creative-commons-license/eeeemgfdlnpcodapjjnojoienoobapde
Deskripsi A chrome extension to generate Creative Commons license in place
Ukuran File 106 KB
Jumlah Instalasi 116
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-05-11
Tanggal Publikasi 2022-05-11
Pengembang silloi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/silloi/creative-commons-license-generator
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to generate Creative Commons license in place",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Creative Commons License Generator",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    }
}