Citation Generator
Generate citations for a project at the click of a button.
Citation Generatorとは何ですか?
Citation Generatorはdanieljextensionsによって開発されたChromeの拡張機能で、その主な機能は「Generate citations for a project at the click of a button.」です。
拡張機能のスクリーンショット
Citation Generator拡張機能のCRXファイルをダウンロード
Citation Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate citations for a project at the click of a button. Choose between MLA, APA, Chicago, Vancouver or Harvard citing style. Copy all citations by clicking on the top right corner.
拡張機能の基本情報
名前 | Citation Generator |
ID | necdcdcfodjkfjfbgieeemmhondglmkc |
公式URL | https://chromewebstore.google.com/detail/citation-generator/necdcdcfodjkfjfbgieeemmhondglmkc |
説明 | Generate citations for a project at the click of a button. |
ファイルサイズ | 5.23 KB |
インストール数 | 38 |
現在のバージョン | 1.0 |
最終更新日 | 2022-08-23 |
公開日 | 2022-08-22 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | danieljextensions |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.privacypolicies.com/live/46eeb925-ce64-44ae-8a21-d81edca6fd69 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Citation Generator", "description": "Generate citations for a project at the click of a button.", "version": "1.0", "manifest_version": 3, "permissions": [ "tabs", "activeTab", "storage" ], "action": { "default_popup": "popup.html" } } |