RMIT Harvard Citation Tool Version 3.2

RMIT Harvard through the library website and entering the DOI in the popup. Note: Currently this only works with journal articles

RMIT Harvard Citation Tool Version 3.2란 무엇입니까?

RMIT Harvard Citation Tool Version 3.2은(는) lyoukedev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RMIT Harvard through the library website and entering the DOI in the popup. Note: Currently this only works with journal articles"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

RMIT Harvard Citation Tool Version 3.2 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you sick of RMIT Harvard and hate the fact that RMIT Easy Cite is the most tedious thing in the world to use? I am too. That's why I made this extension to remove the tedium that comes with adding journal articles to my reference list. 

How does it work? Simple!
1. Navigate to the RMIT library page for the article you want to cite
2. Click "RMIT Harvard" 
3. Copy-paste the result into your reference list. 

Want to get a citation without using the library website? I can do that too. 
1. Click on the puzzle piece on the top right of Chrome (if you pin the extension you can skip this step)
2. Click "RMIT Harvard Citation Tool"
3. Enter the DOI

With something this simple it's a surprise RMIT hasn't implemented something like this already...

DISCLAIMER: This tool currently has only been designed to work for journal articles, and I don't guarantee every citation will be perfect. Make sure to double check Easy Cite and if any article breaks the tool please share it with me so I can fix it.                    

확장 프로그램 기본 정보

이름 RMIT Harvard Citation Tool Version 3.2 RMIT Harvard Citation Tool Version 3.2
ID pfcmomhdheigieagghnipclfhnlpgidl
공식 URL https://chromewebstore.google.com/detail/rmit-harvard-citation-too/pfcmomhdheigieagghnipclfhnlpgidl
설명 RMIT Harvard through the library website and entering the DOI in the popup. Note: Currently this only works with journal articles
파일 크기 42.67 KB
설치 횟수 619
현재 버전 3.2
최근 업데이트 2023-09-11
출시 날짜 2023-02-25
평점 5.00/5 총 2 개의 평점
개발자 lyoukedev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RMIT Harvard Citation Tool Version 3.2",
    "version": "3.2",
    "description": "RMIT Harvard through the library website and entering the DOI in the popup. Note: Currently this only works with journal articles",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/rmit.primo.exlibrisgroup.com\/discovery\/*"
            ]
        }
    ]
}