CiteMaker CiteWeb | MLA 9th Edition

CiteMaker is for formatting academic citations and reference lists.

ما هو CiteMaker CiteWeb | MLA 9th Edition؟

CiteMaker CiteWeb | MLA 9th Edition هو إضافة Chrome تم تطويرها بواسطة https://www.citemaker.com، والميزة الرئيسية لها هي "CiteMaker is for formatting academic citations and reference lists.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CiteMaker CiteWeb | MLA 9th Edition

قم بتنزيل ملفات الامتداد CiteMaker CiteWeb | MLA 9th Edition بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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!                    

معلومات أساسية عن التمديد

الاسم CiteMaker CiteWeb | MLA 9th Edition CiteMaker CiteWeb | MLA 9th Edition
ID glnkffcdkpjpbkbmflpahcannpcpdoha
عنوان URL الرسمي https://chromewebstore.google.com/detail/citemaker-citeweb-mla-9th/glnkffcdkpjpbkbmflpahcannpcpdoha
الوصف CiteMaker is for formatting academic citations and reference lists.
حجم الملف 805 KB
عدد التثبيتات 68
النسخة الحالية 2.1.1.5
آخر تحديث 2024-03-05
تاريخ النشر 2023-10-27
المطور https://www.citemaker.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.citemaker.com/privacy.html
اللغات المدعومة 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
}