Citation Plus
Get accurate citations for a webpage in APA, MLA, and Chicago format.
什么是Citation Plus?
Citation Plus是由Leaf Group开发的Chrome扩展程序,该扩展的主要功能是“Get accurate citations for a webpage in APA, MLA, and Chicago format.”。
扩展截图
下载Citation Plus扩展crx文件
下载Citation Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is powered by penandthepad.com and gives an instant citation for a webpage. Users can choose between APA, MLA, and Chicago style citation formats. 扩展基本信息
| 名称 | |
| ID | pbdamccljaemodcomdonapckfbdfefek |
| 官方URL | https://chromewebstore.google.com/detail/citation-plus/pbdamccljaemodcomdonapckfbdfefek |
| 简介 | Get accurate citations for a webpage in APA, MLA, and Chicago format. |
| 文件大小 | 30.81 KB |
| 安装次数 | 5,812 |
| 当前版本 | 1.5 |
| 更新时间 | 2018-09-12 |
| 上架时间 | 2018-09-12 |
| 评分 | 4.60/5 共5次评分 |
| 开发者 | Leaf Group |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://penandthepad.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Citation Plus",
"version": "1.5",
"description": "Get accurate citations for a webpage in APA, MLA, and Chicago format.",
"permissions": [
"activeTab"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/citation16.png",
"32": "images\/citation32.png",
"48": "images\/citation48.png",
"128": "images\/citation128.png"
}
},
"icons": {
"16": "images\/citation16.png",
"32": "images\/citation32.png",
"48": "images\/citation48.png",
"128": "images\/citation128.png"
},
"manifest_version": 2
} | |