Reference App

A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.

什么是Reference App?

Reference App是由Fraser Deans开发的Chrome扩展程序,该扩展的主要功能是“A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.”。

扩展截图

screenshot

下载Reference App扩展crx文件

下载Reference App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Using the harvard reference style for academic references is tricky to remember and let's face it, a real pain in the arse.

This app make it simple and easy to develop your references to include in your assignments. This is perfect for those studying at academic institutions.

Change log:
v0.12 - Users can now click a button to copy the reference to the clipboard.
v0.14 - Fixed bug with last accessed date on web references.
v0.15 - Fixed bug with URL grab for web references.                    

扩展基本信息

名称 Reference App Reference App
ID clgddkmefkffmfinedklminbclibddlf
官方URL https://chromewebstore.google.com/detail/reference-app/clgddkmefkffmfinedklminbclibddlf
简介 A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
文件大小 50.09 KB
安装次数 6,000
当前版本 0.15
更新时间 2013-01-19
上架时间 2013-01-19
评分 2.88/5 共8次评分
开发者 Fraser Deans
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reference App",
    "manifest_version": 2,
    "version": "0.15",
    "description": "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.",
    "icons": {
        "128": "images\/icon-128.gif"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "images\/icon-128.gif",
        "default_popup": "popup.html"
    }
}