Creative Commons License Generator
A chrome extension to generate Creative Commons license in place
What is Creative Commons License Generator?
Creative Commons License Generator is a Chrome extension developed by silloi, and its main feature is "A chrome extension to generate Creative Commons license in place".
Extension Screenshots
Download Creative Commons License Generator Extension CRX File
Download Creative Commons License Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Creative Commons License Generator |
ID | eeeemgfdlnpcodapjjnojoienoobapde |
Official URL | https://chromewebstore.google.com/detail/creative-commons-license/eeeemgfdlnpcodapjjnojoienoobapde |
Description | A chrome extension to generate Creative Commons license in place |
File Size | 106 KB |
Installation Count | 116 |
Current Version | 1.0.0 |
Last Updated | 2022-05-11 |
Publish Date | 2022-05-11 |
Developer | silloi |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/silloi/creative-commons-license-generator |
Supported Languages | 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" } } |