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文件

下載RMIT Harvard Citation Tool Version 3.2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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