CiteMaker CiteWeb | MLA 9th Edition
CiteMaker is for formatting academic citations and reference lists.
CiteMaker CiteWeb | MLA 9th Edition là gì?
CiteMaker CiteWeb | MLA 9th Edition là một tiện ích mở rộng Chrome được phát triển bởi https://www.citemaker.com, và tính năng chính của nó là "CiteMaker is for formatting academic citations and reference lists.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CiteMaker CiteWeb | MLA 9th Edition
Tải xuống các tệp mở rộng CiteMaker CiteWeb | MLA 9th Edition dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
**** 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CiteMaker CiteWeb | MLA 9th Edition |
ID | glnkffcdkpjpbkbmflpahcannpcpdoha |
URL Chính Thức | https://chromewebstore.google.com/detail/citemaker-citeweb-mla-9th/glnkffcdkpjpbkbmflpahcannpcpdoha |
Mô tả | CiteMaker is for formatting academic citations and reference lists. |
Kích Thước Tệp | 805 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 2.1.1.5 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2023-10-27 |
Nhà Phát Triển | https://www.citemaker.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.citemaker.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } |