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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Harvard Source Extractor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}