Bibcitation Bibliography & Citation Generator
Cite websites and journal articles, bibliographies with our free citation and bibliography creator. MLA, APA, Chicago, and more.
Bibcitation Bibliography & Citation Generatorとは何ですか?
Bibcitation Bibliography & Citation Generatorはhttps://bibcitation.comによって開発されたChromeの拡張機能で、その主な機能は「Cite websites and journal articles, bibliographies with our free citation and bibliography creator. MLA, APA, Chicago, and more.」です。
拡張機能のスクリーンショット
Bibcitation Bibliography & Citation Generator拡張機能のCRXファイルをダウンロード
Bibcitation Bibliography & Citation Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically create MLA, APA & Chicago citations and generate bibliographies in one click with our add-on for Chrome.
How does it work?
✓ Navigate to the website or the journal article you want to cite and activate the extension to create a citation for that source.
✓ Copy website citations directly into your paper or add them to your selected citation list on Bibcitation.com.
✓ Visit Bibcitation.com to automatically cite books and journal articles or manually create citations for additional sources, such as videos, images, artwork and more.
✓ Copy and paste citations into your paper or export your citation lists in MLA, APA, Chicago and more than 9,000 other citation styles.
Bibcitation is a simple alternative to citation generators such as EasyBib, Mendeley, Endnote, MyBib, Zotero, Cite This For Me and other bib citation tools. 拡張機能の基本情報
| 名前 | |
| ID | cnjkoanefhlhkagbpofjbafaonfejpgc |
| 公式URL | https://chromewebstore.google.com/detail/bibcitation-bibliography/cnjkoanefhlhkagbpofjbafaonfejpgc |
| 説明 | Cite websites and journal articles, bibliographies with our free citation and bibliography creator. MLA, APA, Chicago, and more. |
| ファイルサイズ | 563 KB |
| インストール数 | 80,000 |
| 現在のバージョン | 0.0.0.15 |
| 最終更新日 | 2023-05-25 |
| 公開日 | 2021-04-01 |
| 評価 | 4.73/5 合計 11 レビュー |
| 開発者 | https://bibcitation.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.bibcitation.com |
| ヘルプページのURL | https://www.bibcitation.com/contact |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bibcitation Bibliography & Citation Generator",
"description": "Cite websites and journal articles, bibliographies with our free citation and bibliography creator. MLA, APA, Chicago, and more.",
"version": "0.0.0.15",
"version_name": "",
"manifest_version": 3,
"action": {
"default_popup": "chrome.html",
"default_icon": {
"16": "\/icons\/logo_16.png",
"32": "\/icons\/logo_32.png",
"48": "\/icons\/logo_48.png",
"128": "\/icons\/logo_128.png"
}
},
"icons": {
"16": "\/icons\/logo_16.png",
"32": "\/icons\/logo_32.png",
"48": "\/icons\/logo_48.png",
"128": "\/icons\/logo_128.png"
},
"permissions": [
"tabs",
"storage",
"webNavigation",
"scripting",
"activeTab"
],
"background": {
"service_worker": "background.js"
}
} | |