CiteGen

Generate a Wikipedia citation from the current page, using reFill.

Wat is CiteGen?

CiteGen is een Chrome-extensie ontwikkeld door Zhaofeng Li, en de belangrijkste functie is "Generate a Wikipedia citation from the current page, using reFill.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CiteGen

Download CiteGen-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

                        This extension adds a toolbar button that generates a Wikipedia citation from the current page. The URL of the the current page is sent to and accessed by the reFill tool hosted on Wikimedia Tool Labs.                    

Basisinformatie over de Extensie

Naam CiteGen CiteGen
ID fdoibbbobhoioofchdplhodlihdbogfg
Officiële URL https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg
Beschrijving Generate a Wikipedia citation from the current page, using reFill.
Bestandsgrootte 101 KB
Aantal Installaties 100
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-03-08
Publicatiedatum 2015-03-08
Beoordeling 4.70/5 Totaal 10 Beoordelingen
Ontwikkelaar Zhaofeng Li
Betalingswijze free
Extensiewebsite https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen
Help Pagina-URL https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CiteGen",
    "description": "Generate a Wikipedia citation from the current page, using reFill.",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "https:\/\/tools.wmflabs.org\/*"
    ],
    "browser_action": {
        "default_icon": "common\/icon.png",
        "default_popup": "common\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/tools.wmflabs.org; object-src 'self'"
}