Citation Generator

Generate citations for a project at the click of a button.

Cos'è Citation Generator?

Citation Generator è un'estensione di Chrome sviluppata da danieljextensions, e la sua funzione principale è "Generate citations for a project at the click of a button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Citation Generator

Scarica i file di estensione Citation Generator 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

                        Generate citations for a project at the click of a button. Choose between MLA, APA, Chicago, Vancouver or Harvard citing style. Copy all citations by clicking on the top right corner.                    

Informazioni di Base sull'Estensione

Nome Citation Generator Citation Generator
ID necdcdcfodjkfjfbgieeemmhondglmkc
URL Ufficiale https://chromewebstore.google.com/detail/citation-generator/necdcdcfodjkfjfbgieeemmhondglmkc
Descrizione Generate citations for a project at the click of a button.
Dimensione del File 5.23 KB
Conteggio Installazioni 38
Versione Corrente 1.0
Ultimo Aggiornamento 2022-08-23
Data di Pubblicazione 2022-08-22
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore danieljextensions
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.privacypolicies.com/live/46eeb925-ce64-44ae-8a21-d81edca6fd69
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Citation Generator",
    "description": "Generate citations for a project at the click of a button.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}