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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RMIT Harvard through the library website and entering the DOI in the popup. Note: Currently this only works with journal articles"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RMIT Harvard Citation Tool Version 3.2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}