Creative Commons License Generator

A chrome extension to generate Creative Commons license in place

O que é Creative Commons License Generator?

Creative Commons License Generator é uma extensão do Chrome desenvolvida por silloi, e sua principal característica é "A chrome extension to generate Creative Commons license in place".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Creative Commons License Generator

Baixe arquivos de extensão Creative Commons License Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Creative Commons License Generator Creative Commons License Generator
ID eeeemgfdlnpcodapjjnojoienoobapde
URL Oficial https://chromewebstore.google.com/detail/creative-commons-license/eeeemgfdlnpcodapjjnojoienoobapde
Descrição A chrome extension to generate Creative Commons license in place
Tamanho do Arquivo 106 KB
Contagem de Instalações 116
Versão Atual 1.0.0
Última Atualização 2022-05-11
Data de Publicação 2022-05-11
Desenvolvedor silloi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/silloi/creative-commons-license-generator
Idiomas Suportados 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"
    }
}