Simple MLA Citation
The Simplest MLA formatter
Simple MLA Citation란 무엇입니까?
Simple MLA Citation은(는) Phillip Salazar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Simplest MLA formatter"입니다.
확장 프로그램 스크린샷
Simple MLA Citation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |