Creative Commons License Generator
A chrome extension to generate Creative Commons license in place
Vad är Creative Commons License Generator?
Creative Commons License Generator är en Chrome-tillägg utvecklad av silloi, och dess huvudfunktion är "A chrome extension to generate Creative Commons license in place".
Tilläggsskärmbilder
Ladda ner Creative Commons License Generator-förlängningens CRX-fil
Ladda ner Creative Commons License Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Creative Commons License Generator |
ID | eeeemgfdlnpcodapjjnojoienoobapde |
Officiell webbadress | https://chromewebstore.google.com/detail/creative-commons-license/eeeemgfdlnpcodapjjnojoienoobapde |
Beskrivning | A chrome extension to generate Creative Commons license in place |
Filstorlek | 106 KB |
Antal Installationer | 116 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-05-11 |
Publiceringsdatum | 2022-05-11 |
Utvecklare | silloi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/silloi/creative-commons-license-generator |
Stödda Språk | 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" } } |