CiteGen
Generate a Wikipedia citation from the current page, using reFill.
Cos'è CiteGen?
CiteGen è un'estensione di Chrome sviluppata da Zhaofeng Li, e la sua funzione principale è "Generate a Wikipedia citation from the current page, using reFill.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CiteGen
Scarica i file di estensione CiteGen 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
URL Ufficiale | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
Descrizione | Generate a Wikipedia citation from the current page, using reFill. |
Dimensione del File | 101 KB |
Conteggio Installazioni | 100 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-03-08 |
Data di Pubblicazione | 2015-03-08 |
Valutazione | 4.70/5 Totale 10 Valutazioni |
Sviluppatore | Zhaofeng Li |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
URL della Pagina di Aiuto | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
Lingue Supportate | 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'" } |