Harvard Source Extractor

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

Hvad er Harvard Source Extractor?

Harvard Source Extractor er en Chrome-udvidelse udviklet af https://trungnhan.name.vn, og dens hovedfunktion er "Extract website sources rapidly, following Harvard standards, with our efficient utility.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Harvard Source Extractor-udvidelses-CRX-fil

Download Harvard Source Extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Harvard Source Extractor Harvard Source Extractor
ID oeilagkbjpeojpkidlbdfhpecchcohmf
Officiel URL https://chromewebstore.google.com/detail/harvard-source-extractor/oeilagkbjpeojpkidlbdfhpecchcohmf
Beskrivelse Extract website sources rapidly, following Harvard standards, with our efficient utility.
Filstørrelse 295 KB
Antal Installationer 3,000
Nuværende Version 1.0.9
Senest Opdateret 2023-06-11
Udgivelsesdato 2021-05-09
Bedømmelse 3.86/5 Samlet 7 Bedømmelser
Udvikler https://trungnhan.name.vn
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://apps.trungnhan.name.vn
URL til Fortrolighedspolitik Side https://apps.trungnhan.name.vn/privacy_policy.html
Understøttede Sprog 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"
    ]
}