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
官方網址 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"
    }
}