CiteMaker CiteWeb | MLA 8th Edition

CiteMaker is for formatting academic citations and reference lists.

CiteMaker CiteWeb | MLA 8th Edition क्या है?

CiteMaker CiteWeb | MLA 8th Edition https://www.citemaker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CiteMaker is for formatting academic citations and reference lists."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CiteMaker CiteWeb | MLA 8th Edition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ****  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
}