Simple MLA Citation
The Simplest MLA formatter
What is Simple MLA Citation?
Simple MLA Citation is a Chrome extension developed by Phillip Salazar, and its main feature is "The Simplest MLA formatter".
Extension Screenshots
Download Simple MLA Citation Extension CRX File
Download Simple MLA Citation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jngcafgjcgmfofcmkcbddobnifjimnfm |
Official URL | https://chrome.google.com/webstore/detail/simple-mla-citation/jngcafgjcgmfofcmkcbddobnifjimnfm |
Description | The Simplest MLA formatter |
File Size | 98.78 KB |
Installation Count | 366 |
Current Version | 2.0 |
Last Updated | 2016-10-15 |
Publish Date | 2016-10-15 |
Rating | 2.50/5 Total 6 Ratings |
Developer | Phillip Salazar |
[email protected] | |
Payment Type | free |
Extension Website | http://phillipsalazar.github.io/ |
Supported Languages | 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" ] } |