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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CiteMaker CiteWeb | MLA 9th Edition
ดาวน์โหลดไฟล์ส่วนขยาย CiteMaker CiteWeb | MLA 9th 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 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 |
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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 } |