Citace PRO
Generates citations of a web page, or any sources listed on the page.
Citace PROとは何ですか?
Citace PROはhttps://www.citace.comによって開発されたChromeの拡張機能で、その主な機能は「Generates citations of a web page, or any sources listed on the page.」です。
拡張機能のスクリーンショット
Citace PRO拡張機能のCRXファイルをダウンロード
Citace PRO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension can generate and save citations. After opening the popup, the extension lists some information about the open web page, generates a citation for it, and lists all found DOI and ISBN sources. The citation can be copied to clipboard or saved into the Citace PRO citation manager system. 拡張機能の基本情報
| 名前 | |
| ID | ncpfaidppllikakgbjppnjfidjkpafmp |
| 公式URL | https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp |
| 説明 | Generates citations of a web page, or any sources listed on the page. |
| ファイルサイズ | 470 KB |
| インストール数 | 6,453 |
| 現在のバージョン | 3.1.4 |
| 最終更新日 | 2024-03-01 |
| 公開日 | 2014-04-12 |
| 評価 | 2.22/5 合計 9 レビュー |
| 開発者 | https://www.citace.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,sk,cs |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_title__",
"description": "__MSG_description__",
"author": "Citace.com, s.r.o.",
"version": "3.1.4",
"permissions": [
"activeTab",
"clipboardWrite",
"scripting",
"storage"
],
"default_locale": "cs",
"host_permissions": [
"https:\/\/www.citacepro.com\/*"
],
"action": {
"default_title": "__MSG_title__",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"manifest_version": 3
} | |