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
官方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"
    }
}