CiteGen
Generate a Wikipedia citation from the current page, using reFill.
Qu'est-ce que CiteGen ?
CiteGen est une extension Chrome développée par Zhaofeng Li, et sa fonction principale est "Generate a Wikipedia citation from the current page, using reFill.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CiteGen
Téléchargez les fichiers d'extension CiteGen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
URL Officiel | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
Description | Generate a Wikipedia citation from the current page, using reFill. |
Taille du Fichier | 101 KB |
Nombre d'Installations | 100 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2015-03-08 |
Date de Publication | 2015-03-08 |
Évaluation | 4.70/5 Total 10 Évaluations |
Développeur | Zhaofeng Li |
Type de Paiement | free |
Site Web de l'Extension | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
URL de la Page d'Aide | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
Langues Prises en Charge | 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'" } |