Citation Generator

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

Wat is Citation Generator?

Citation Generator is een Chrome-extensie ontwikkeld door danieljextensions, en de belangrijkste functie is "Generate citations for a project at the click of a button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Citation Generator

Download Citation Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Citation Generator Citation Generator
ID necdcdcfodjkfjfbgieeemmhondglmkc
Officiële URL https://chromewebstore.google.com/detail/citation-generator/necdcdcfodjkfjfbgieeemmhondglmkc
Beschrijving Generate citations for a project at the click of a button.
Bestandsgrootte 5.23 KB
Aantal Installaties 38
Huidige Versie 1.0
Laatst Bijgewerkt 2022-08-23
Publicatiedatum 2022-08-22
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar danieljextensions
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.privacypolicies.com/live/46eeb925-ce64-44ae-8a21-d81edca6fd69
Ondersteunde Talen 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"
    }
}