Harvard Source Extractor

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

Was ist Harvard Source Extractor?

Harvard Source Extractor ist eine Chrome-Erweiterung, die von https://trungnhan.name.vn entwickelt wurde, und ihr Hauptmerkmal ist "Extract website sources rapidly, following Harvard standards, with our efficient utility.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Harvard Source Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Harvard Source Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Harvard Source Extractor Harvard Source Extractor
ID oeilagkbjpeojpkidlbdfhpecchcohmf
Offizielle URL https://chromewebstore.google.com/detail/harvard-source-extractor/oeilagkbjpeojpkidlbdfhpecchcohmf
Beschreibung Extract website sources rapidly, following Harvard standards, with our efficient utility.
Dateigröße 295 KB
Installationsanzahl 3,000
Aktuelle Version 1.0.9
Letztes Update 2023-06-11
Veröffentlichungsdatum 2021-05-09
Bewertung 3.86/5 Insgesamt 7 Bewertungen
Entwickler https://trungnhan.name.vn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://apps.trungnhan.name.vn
URL der Datenschutzrichtlinien-Seite https://apps.trungnhan.name.vn/privacy_policy.html
Unterstützte Sprachen 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"
    ]
}