Creative Commons License Generator

A chrome extension to generate Creative Commons license in place

什麼是Creative Commons License Generator?

Creative Commons License Generator是由silloi開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to generate Creative Commons license in place”。

擴展截圖

screenshot

下載Creative Commons License Generator擴展crx文件

下載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
官方網址 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"
    }
}