CiteMaker CiteWeb | MLA 8th Edition

CiteMaker is for formatting academic citations and reference lists.

Τι είναι το CiteMaker CiteWeb | MLA 8th Edition;

Το CiteMaker CiteWeb | MLA 8th Edition είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.citemaker.com, και η κύρια λειτουργία του είναι "CiteMaker is for formatting academic citations and reference lists.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης CiteMaker CiteWeb | MLA 8th Edition

Λήψη αρχείων επέκτασης CiteMaker CiteWeb | MLA 8th Edition σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ****  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 8th 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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CiteMaker CiteWeb | MLA 8th Edition CiteMaker CiteWeb | MLA 8th Edition
ID amhobdaabegflniljiimphhkocfjjekd
Επίσημο URL https://chromewebstore.google.com/detail/citemaker-citeweb-mla-8th/amhobdaabegflniljiimphhkocfjjekd
Περιγραφή CiteMaker is for formatting academic citations and reference lists.
Μέγεθος Αρχείου 806 KB
Αριθμός Εγκαταστάσεων 5,130
Τρέχουσα Έκδοση 2.1.1.5
Τελευταία Ενημέρωση 2024-03-05
Ημερομηνία Δημοσίευσης 2019-02-21
Αξιολόγηση 4.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.citemaker.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.citemaker.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CiteMaker CiteWeb | MLA 8th Edition",
    "short_name": "cmmla8",
    "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
}