Harvard Source Extractor

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

Cos'è Harvard Source Extractor?

Harvard Source Extractor è un'estensione di Chrome sviluppata da https://trungnhan.name.vn, e la sua funzione principale è "Extract website sources rapidly, following Harvard standards, with our efficient utility.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Harvard Source Extractor

Scarica i file di estensione Harvard Source Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Harvard Source Extractor Harvard Source Extractor
ID oeilagkbjpeojpkidlbdfhpecchcohmf
URL Ufficiale https://chromewebstore.google.com/detail/harvard-source-extractor/oeilagkbjpeojpkidlbdfhpecchcohmf
Descrizione Extract website sources rapidly, following Harvard standards, with our efficient utility.
Dimensione del File 295 KB
Conteggio Installazioni 3,000
Versione Corrente 1.0.9
Ultimo Aggiornamento 2023-06-11
Data di Pubblicazione 2021-05-09
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore https://trungnhan.name.vn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://apps.trungnhan.name.vn
URL della Pagina della Politica sulla Privacy https://apps.trungnhan.name.vn/privacy_policy.html
Lingue Supportate 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"
    ]
}