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
}