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 |
官方網址 | 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" ] } |