Harvard Source Extractor

Extract website sources rapidly, following Harvard standards, with our efficient utility.

Apa itu Harvard Source Extractor?

Harvard Source Extractor adalah ekstensi Chrome yang dikembangkan oleh https://trungnhan.name.vn, dan fitur utamanya adalah "Extract website sources rapidly, following Harvard standards, with our efficient utility.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Harvard Source Extractor

Unduh file ekstensi Harvard Source Extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Harvard Source Extractor Harvard Source Extractor
ID oeilagkbjpeojpkidlbdfhpecchcohmf
URL Resmi https://chromewebstore.google.com/detail/harvard-source-extractor/oeilagkbjpeojpkidlbdfhpecchcohmf
Deskripsi Extract website sources rapidly, following Harvard standards, with our efficient utility.
Ukuran File 295 KB
Jumlah Instalasi 3,000
Versi Saat Ini 1.0.9
Terakhir Diperbarui 2023-06-11
Tanggal Publikasi 2021-05-09
Penilaian 3.86/5 Total 7 Penilaian
Pengembang https://trungnhan.name.vn
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://apps.trungnhan.name.vn
URL Halaman Kebijakan Privasi https://apps.trungnhan.name.vn/privacy_policy.html
Bahasa yang Didukung 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"
    ]
}