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.
擴展基本資訊
名稱 | Citace PRO |
ID | ncpfaidppllikakgbjppnjfidjkpafmp |
官方網址 | 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 |
電子郵箱 | [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 } |