Simple MLA Citation
The Simplest MLA formatter
O que é Simple MLA Citation?
Simple MLA Citation é uma extensão do Chrome desenvolvida por Phillip Salazar, e sua principal característica é "The Simplest MLA formatter".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple MLA Citation
Baixe arquivos de extensão Simple MLA Citation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jngcafgjcgmfofcmkcbddobnifjimnfm |
URL Oficial | https://chrome.google.com/webstore/detail/simple-mla-citation/jngcafgjcgmfofcmkcbddobnifjimnfm |
Descrição | The Simplest MLA formatter |
Tamanho do Arquivo | 98.78 KB |
Contagem de Instalações | 366 |
Versão Atual | 2.0 |
Última Atualização | 2016-10-15 |
Data de Publicação | 2016-10-15 |
Classificação | 2.50/5 Total de 6 Avaliações |
Desenvolvedor | Phillip Salazar |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://phillipsalazar.github.io/ |
Idiomas Suportados | 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" ] } |