Autocitr

An automated Harvard Reference generator for Google Chrome tabs.

Qu'est-ce que Autocitr ?

Autocitr est une extension Chrome développée par Sophie Kent, et sa fonction principale est "An automated Harvard Reference generator for Google Chrome tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Autocitr

Téléchargez les fichiers d'extension Autocitr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Autocitr Autocitr
ID kgbcdeonpgopaokngeobbidilkbdedoc
URL Officiel https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc
Description An automated Harvard Reference generator for Google Chrome tabs.
Taille du Fichier 46.45 KB
Nombre d'Installations 487
Version Actuelle 1.0
Dernière Mise à Jour 2014-05-14
Date de Publication 2014-05-14
Évaluation 4.00/5 Total 3 Évaluations
Développeur Sophie Kent
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}