inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
inCiteとは何ですか?
inCiteはinciteextensionによって開発されたChromeの拡張機能で、その主な機能は「Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…」です。
拡張機能のスクリーンショット
inCite拡張機能のCRXファイルをダウンロード
inCite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button. MLA, APA, Chicago, and Harvard citation styles are supported. Click on the citation to edit the citation details. When you are done, copy the bibliography to your clipboard with a single click. Save multiple bibliographies at the same time for all your projects. Source code available on Github here: https://github.com/brucejh99/inCite
拡張機能の基本情報
名前 | |
ID | hdobehekolhhcajgmhpbfjomdncnbkck |
公式URL | https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck |
説明 | Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.… |
ファイルサイズ | 1.62 MB |
インストール数 | 523 |
現在のバージョン | 1.0.2 |
最終更新日 | 2020-03-31 |
公開日 | 2020-03-30 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | inciteextension |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "iC", "name": "inCite", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_popup": "index.html", "default_title": "inCite" }, "icons": { "16": "app-icon.png", "48": "app-icon.png", "128": "app-icon.png" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.2" } |