Autocitr

An automated Harvard Reference generator for Google Chrome tabs.

什么是Autocitr?

Autocitr是由Sophie Kent开发的Chrome扩展程序,该扩展的主要功能是“An automated Harvard Reference generator for Google Chrome tabs.”。

扩展截图

screenshot

下载Autocitr扩展crx文件

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

扩展使用说明

                        Autocitr is a user friendly way of referencing the tab you are viewing. It automatically grabs all the information you needs an formats it into a Harvard Reference. 

You can then choose to copy and paste the single reference or add it to your collection for this browser session. 

Once you have finished collecting references you simply click the collect button in the pop up window and copy and paste all your references straight into your report. Simple.                    

扩展基本信息

名称 Autocitr Autocitr
ID kgbcdeonpgopaokngeobbidilkbdedoc
官方URL https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc
简介 An automated Harvard Reference generator for Google Chrome tabs.
文件大小 46.45 KB
安装次数 487
当前版本 1.0
更新时间 2014-05-14
上架时间 2014-05-14
评分 4.00/5 共3次评分
开发者 Sophie Kent
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autocitr",
    "version": "1.0",
    "description": "An automated Harvard Reference generator for Google Chrome tabs.",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "Autocitr v0.1",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.cookie.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}