Simple MLA Citation

The Simplest MLA formatter

¿Qué es Simple MLA Citation?

Simple MLA Citation es una extensión de Chrome desarrollada por Phillip Salazar, y su función principal es "The Simplest MLA formatter".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Simple MLA Citation

Descarga archivos de extensión Simple MLA Citation 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

                        Writing research paper can be difficult especially making a citation; Simple MLA can simplify this problem. Simple MLA is a citation machine for citing sources for research paper. 

Simple MLA has 3 key features that can improve productivity. One the key feature of Simple MLA is that it put the citation in 12pt font size and in Time Romans font style. The second key feature is that its almost separate from the browser. The last key feature is that there is no ads!!!

On how to use Simple MLA is to put information in the right fields. Some of the fields are going to be title of the article, author of the article, website URL, date published, and date accessed. To make citation just press the format button, and to remove citation just press remove all.                    

Información Básica de la Extensión

Nombre Simple MLA Citation Simple MLA Citation
ID jngcafgjcgmfofcmkcbddobnifjimnfm
URL Oficial https://chrome.google.com/webstore/detail/simple-mla-citation/jngcafgjcgmfofcmkcbddobnifjimnfm
Descripción The Simplest MLA formatter
Tamaño del Archivo 98.78 KB
Cantidad de Instalaciones 366
Versión Actual 2.0
Última Actualización 2016-10-15
Fecha de Publicación 2016-10-15
Calificación 2.50/5 Total de 6 Calificaciones
Desarrollador Phillip Salazar
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://phillipsalazar.github.io/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple MLA Citation",
    "description": "The Simplest MLA formatter",
    "version": "2.0",
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "tabs",
        "background"
    ]
}