CiteMaker CiteWeb | APA 7th Edn.
CiteMaker is for formatting academic citations and reference lists.
什么是CiteMaker CiteWeb | APA 7th Edn.?
CiteMaker CiteWeb | APA 7th Edn.是由https://www.citemaker.com开发的Chrome扩展程序,该扩展的主要功能是“CiteMaker is for formatting academic citations and reference lists.”。
扩展截图
下载CiteMaker CiteWeb | APA 7th Edn.扩展crx文件
下载CiteMaker CiteWeb | APA 7th Edn.扩展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 latest APA 7th 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 | APA 7th Edn. |
ID | naankklphfojljboaokgfbheobbgenka |
官方URL | https://chromewebstore.google.com/detail/citemaker-citeweb-apa-7th/naankklphfojljboaokgfbheobbgenka |
简介 | CiteMaker is for formatting academic citations and reference lists. |
文件大小 | 927 KB |
安装次数 | 8,479 |
当前版本 | 2.2.0.6 |
更新时间 | 2024-03-05 |
上架时间 | 2020-05-25 |
评分 | 5.00/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 | APA 7th Edn.", "short_name": "cmapa7", "version": "2.2.0.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn\/L5aVgshPIIJu\/DxIA5OC+v9iX6iMMflpXsinrItJXpCYJfBieuRHajkE\/1mytGOH2\/vtza2wuQnv6RVVdvVlrbACu9G8GBFhl+G3jz8ArjJG6U+adS\/eUEnhg91Kpv5RNcmbuJy5dUiFxQlYQ7\/a2rLLExsqAcZcCVfRILb8dTVfEbZHkXNnAPAG\/4sTNnBiyC3n8awQC2bmaGDxGo10w7BK4cbRc3MS\/FFNL1qgBm0bNVbLaYggs2H7fI4CoSS+NHlMPQ\/LFof9Bqp7iN1tnCujfCmPhYNatzl9JRXqi0QzxRYuvaXoTYN2OedZehBBaIOI+W96QOTYASRFT+nQIDAQAB", "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 } |