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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |