Simple MLA Citation

The Simplest MLA formatter

Co to jest Simple MLA Citation?

Simple MLA Citation to rozszerzenie Chrome opracowane przez Phillip Salazar, a jego główną funkcją jest „The Simplest MLA formatter”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple MLA Citation

Pobierz pliki rozszerzeń Simple MLA Citation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple MLA Citation Simple MLA Citation
ID jngcafgjcgmfofcmkcbddobnifjimnfm
Oficjalny URL https://chrome.google.com/webstore/detail/simple-mla-citation/jngcafgjcgmfofcmkcbddobnifjimnfm
Opis The Simplest MLA formatter
Rozmiar pliku 98.78 KB
Liczba instalacji 366
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2016-10-15
Data Publikacji 2016-10-15
Ocena 2.50/5 Łącznie 6 Oceny
Deweloper Phillip Salazar
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://phillipsalazar.github.io/
Obsługiwane Języki 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"
    ]
}