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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης RMIT Harvard Citation Tool Version 3.2

Λήψη αρχείων επέκτασης 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
Επίσημο 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\/*"
            ]
        }
    ]
}