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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}