Autocitr

An automated Harvard Reference generator for Google Chrome tabs.

Cos'è Autocitr?

Autocitr è un'estensione di Chrome sviluppata da Sophie Kent, e la sua funzione principale è "An automated Harvard Reference generator for Google Chrome tabs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autocitr

Scarica i file di estensione Autocitr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Autocitr is a user friendly way of referencing the tab you are viewing. It automatically grabs all the information you needs an formats it into a Harvard Reference. 

You can then choose to copy and paste the single reference or add it to your collection for this browser session. 

Once you have finished collecting references you simply click the collect button in the pop up window and copy and paste all your references straight into your report. Simple.                    

Informazioni di Base sull'Estensione

Nome Autocitr Autocitr
ID kgbcdeonpgopaokngeobbidilkbdedoc
URL Ufficiale https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc
Descrizione An automated Harvard Reference generator for Google Chrome tabs.
Dimensione del File 46.45 KB
Conteggio Installazioni 487
Versione Corrente 1.0
Ultimo Aggiornamento 2014-05-14
Data di Pubblicazione 2014-05-14
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Sophie Kent
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autocitr",
    "version": "1.0",
    "description": "An automated Harvard Reference generator for Google Chrome tabs.",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "Autocitr v0.1",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.cookie.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}