CiteGen
Generate a Wikipedia citation from the current page, using reFill.
What is CiteGen?
CiteGen is a Chrome extension developed by Zhaofeng Li, and its main feature is "Generate a Wikipedia citation from the current page, using reFill.".
Extension Screenshots
Download CiteGen Extension CRX File
Download CiteGen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
Official URL | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
Description | Generate a Wikipedia citation from the current page, using reFill. |
File Size | 101 KB |
Installation Count | 100 |
Current Version | 1.0.0 |
Last Updated | 2015-03-08 |
Publish Date | 2015-03-08 |
Rating | 4.70/5 Total 10 Ratings |
Developer | Zhaofeng Li |
Payment Type | free |
Extension Website | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
Help Page URL | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
Supported Languages | 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'" } |