Creative Commons License Generator

A chrome extension to generate Creative Commons license in place

Creative Commons License Generatorคืออะไร?

Creative Commons License Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย silloi และคุณลักษณะหลักของมันคือ "A chrome extension to generate Creative Commons license in place"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Creative Commons License Generator

ดาวน์โหลดไฟล์ส่วนขยาย Creative Commons License Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Creative Commons License Generator Creative Commons License Generator
ID eeeemgfdlnpcodapjjnojoienoobapde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/creative-commons-license/eeeemgfdlnpcodapjjnojoienoobapde
คำอธิบาย A chrome extension to generate Creative Commons license in place
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-05-11
วันที่เผยแพร่ 2022-05-11
ผู้พัฒนา silloi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/silloi/creative-commons-license-generator
ภาษาที่รองรับ 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"
    }
}