Simple MLA Citation
The Simplest MLA formatter
Cos'è Simple MLA Citation?
Simple MLA Citation è un'estensione di Chrome sviluppata da Phillip Salazar, e la sua funzione principale è "The Simplest MLA formatter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple MLA Citation
Scarica i file di estensione Simple MLA Citation 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jngcafgjcgmfofcmkcbddobnifjimnfm |
URL Ufficiale | https://chrome.google.com/webstore/detail/simple-mla-citation/jngcafgjcgmfofcmkcbddobnifjimnfm |
Descrizione | The Simplest MLA formatter |
Dimensione del File | 98.78 KB |
Conteggio Installazioni | 366 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-10-15 |
Data di Pubblicazione | 2016-10-15 |
Valutazione | 2.50/5 Totale 6 Valutazioni |
Sviluppatore | Phillip Salazar |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://phillipsalazar.github.io/ |
Lingue Supportate | 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" ] } |