exCITEting
Cite in Harvard & APA!
什么是exCITEting?
exCITEting是由JT Liew开发的Chrome扩展程序,该扩展的主要功能是“Cite in Harvard & APA!”。
扩展截图
下载exCITEting扩展crx文件
下载exCITEting扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1) Automatically generate Harvard/APA referencing.
2) Cite different resources.
3) Save bibiography for later usage.
Drop me a comment if you want any to add anything else!
here are the codes for the program:
https://github.com/pandawarrior91/GExtension_exCITEing?source=cc
Thank you for using! 扩展基本信息
| 名称 | |
| ID | epoaclcodmjlibgeiepldcpicajecapc |
| 官方URL | https://chromewebstore.google.com/detail/exciteting/epoaclcodmjlibgeiepldcpicajecapc |
| 简介 | Cite in Harvard & APA! |
| 文件大小 | 103 KB |
| 安装次数 | 92 |
| 当前版本 | 1.4 |
| 更新时间 | 2013-09-16 |
| 上架时间 | 2013-09-16 |
| 评分 | 2.00/5 共1次评分 |
| 开发者 | JT Liew |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "exCITEting",
"version": "1.4",
"manifest_version": 2,
"description": "Cite in Harvard & APA!",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Cite in Harvard and APA!",
"default_popup": "extension.html"
},
"permissions": [
"tabs"
],
"icons": {
"128": "icon.png"
}
} | |