CiteMaker CiteWeb | MLA 9th Edition

CiteMaker is for formatting academic citations and reference lists.

Co je CiteMaker CiteWeb | MLA 9th Edition?

CiteMaker CiteWeb | MLA 9th Edition je rozšíření Chrome vyvinuté https://www.citemaker.com, a jeho hlavní funkcí je „CiteMaker is for formatting academic citations and reference lists.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CiteMaker CiteWeb | MLA 9th Edition

Stáhněte si soubory rozšíření CiteMaker CiteWeb | MLA 9th Edition ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ****  CiteWeb automatically cites Generative AI websites and more ****

CiteMaker is for formatting academic citations and reference lists.

CiteMaker's CiteWeb chrome extension automatically generates academic citations from websites in the MLA 9th edition style.

CiteWeb enables the user to create, edit. export, and save citations.

CiteWeb fully integrates with CiteMaker.com; the web's most accurate citation generator.

If you're looking to save time on compiling a reference list for your next assignment download CiteWeb now - it's free to use!                    

Základní Informace o Rozšíření

Název CiteMaker CiteWeb | MLA 9th Edition CiteMaker CiteWeb | MLA 9th Edition
ID glnkffcdkpjpbkbmflpahcannpcpdoha
Oficiální URL https://chromewebstore.google.com/detail/citemaker-citeweb-mla-9th/glnkffcdkpjpbkbmflpahcannpcpdoha
Popis CiteMaker is for formatting academic citations and reference lists.
Velikost souboru 805 KB
Počet instalací 68
Aktuální Verze 2.1.1.5
Poslední Aktualizace 2024-03-05
Datum Vydání 2023-10-27
Vývojář https://www.citemaker.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.citemaker.com/privacy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CiteMaker CiteWeb | MLA 9th Edition",
    "short_name": "cmmla9",
    "version": "2.1.1.5",
    "description": "CiteMaker is for formatting academic citations and reference lists. ",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.paypal.com\/cgi-bin\/webscr",
        "https:\/\/www.citemaker.com\/*",
        "https:\/\/citemaker.com\/*"
    ],
    "action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.htm"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.citemaker.com\/*"
            ],
            "js": [
                "mycontent.js"
            ]
        }
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "manifest_version": 3
}