Simple MLA Citation

The Simplest MLA formatter

Wat is Simple MLA Citation?

Simple MLA Citation is een Chrome-extensie ontwikkeld door Phillip Salazar, en de belangrijkste functie is "The Simplest MLA formatter".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple MLA Citation

Download Simple MLA Citation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simple MLA Citation Simple MLA Citation
ID jngcafgjcgmfofcmkcbddobnifjimnfm
Officiële URL https://chrome.google.com/webstore/detail/simple-mla-citation/jngcafgjcgmfofcmkcbddobnifjimnfm
Beschrijving The Simplest MLA formatter
Bestandsgrootte 98.78 KB
Aantal Installaties 366
Huidige Versie 2.0
Laatst Bijgewerkt 2016-10-15
Publicatiedatum 2016-10-15
Beoordeling 2.50/5 Totaal 6 Beoordelingen
Ontwikkelaar Phillip Salazar
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://phillipsalazar.github.io/
Ondersteunde Talen 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"
    ]
}