Harvard Source Extractor
Extract website sources rapidly, following Harvard standards, with our efficient utility.
什么是Harvard Source Extractor?
Harvard Source Extractor是由https://trungnhan.name.vn开发的Chrome扩展程序,该扩展的主要功能是“Extract website sources rapidly, following Harvard standards, with our efficient utility.”。
扩展截图
下载Harvard Source Extractor扩展crx文件
下载Harvard Source Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Harvard Source Extractor is a convenient Chrome extension that generates citation text in the Harvard referencing style from the current website you are viewing. With just a click, it automatically extracts relevant information such as the author's name, title, publication date, and URL to create accurate and properly formatted citations. It seamlessly integrates into your browser, saving you time and ensuring the accuracy of your citations for academic or research purposes.
扩展基本信息
名称 | Harvard Source Extractor |
ID | oeilagkbjpeojpkidlbdfhpecchcohmf |
官方URL | https://chromewebstore.google.com/detail/harvard-source-extractor/oeilagkbjpeojpkidlbdfhpecchcohmf |
简介 | Extract website sources rapidly, following Harvard standards, with our efficient utility. |
文件大小 | 295 KB |
安装次数 | 3,000 |
当前版本 | 1.0.9 |
更新时间 | 2023-06-11 |
上架时间 | 2021-05-09 |
评分 | 3.86/5 共7次评分 |
开发者 | https://trungnhan.name.vn |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://apps.trungnhan.name.vn |
隐私政策页面URL | https://apps.trungnhan.name.vn/privacy_policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Harvard Source Extractor", "description": "Extract website sources rapidly, following Harvard standards, with our efficient utility.", "version": "1.0.9", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Harvard Source Extractor" }, "permissions": [ "activeTab", "debugger" ] } |