Autocitr

An automated Harvard Reference generator for Google Chrome tabs.

¿Qué es Autocitr?

Autocitr es una extensión de Chrome desarrollada por Sophie Kent, y su función principal es "An automated Harvard Reference generator for Google Chrome tabs.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Autocitr

Descarga archivos de extensión Autocitr en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Autocitr Autocitr
ID kgbcdeonpgopaokngeobbidilkbdedoc
URL Oficial https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc
Descripción An automated Harvard Reference generator for Google Chrome tabs.
Tamaño del Archivo 46.45 KB
Cantidad de Instalaciones 487
Versión Actual 1.0
Última Actualización 2014-05-14
Fecha de Publicación 2014-05-14
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador Sophie Kent
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/*"
            ]
        }
    ]
}