Simple MLA Citation

The Simplest MLA formatter

什么是Simple MLA Citation?

Simple MLA Citation是由Phillip Salazar开发的Chrome扩展程序,该扩展的主要功能是“The Simplest MLA formatter”。

扩展截图

screenshot

下载Simple MLA Citation扩展crx文件

下载Simple MLA Citation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Simple MLA Citation Simple MLA Citation
ID jngcafgjcgmfofcmkcbddobnifjimnfm
官方URL https://chrome.google.com/webstore/detail/simple-mla-citation/jngcafgjcgmfofcmkcbddobnifjimnfm
简介 The Simplest MLA formatter
文件大小 98.78 KB
安装次数 366
当前版本 2.0
更新时间 2016-10-15
上架时间 2016-10-15
评分 2.50/5 共6次评分
开发者 Phillip Salazar
电子邮箱 [email protected]
付费类型 free
扩展官网 http://phillipsalazar.github.io/
支持的语言 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"
    ]
}