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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}