CiteMaker CiteWeb | MLA 8th Edition
CiteMaker is for formatting academic citations and reference lists.
Apa itu CiteMaker CiteWeb | MLA 8th Edition?
CiteMaker CiteWeb | MLA 8th Edition adalah ekstensi Chrome yang dikembangkan oleh https://www.citemaker.com, dan fitur utamanya adalah "CiteMaker is for formatting academic citations and reference lists.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CiteMaker CiteWeb | MLA 8th Edition
Unduh file ekstensi CiteMaker CiteWeb | MLA 8th Edition dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
**** 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!
Informasi Dasar Ekstensi
Nama | CiteMaker CiteWeb | MLA 8th Edition |
ID | amhobdaabegflniljiimphhkocfjjekd |
URL Resmi | https://chromewebstore.google.com/detail/citemaker-citeweb-mla-8th/amhobdaabegflniljiimphhkocfjjekd |
Deskripsi | CiteMaker is for formatting academic citations and reference lists. |
Ukuran File | 806 KB |
Jumlah Instalasi | 5,130 |
Versi Saat Ini | 2.1.1.5 |
Terakhir Diperbarui | 2024-03-05 |
Tanggal Publikasi | 2019-02-21 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | https://www.citemaker.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.citemaker.com/privacy.html |
Bahasa yang Didukung | 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 } |