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