CiteGen
Generate a Wikipedia citation from the current page, using reFill.
Vad är CiteGen?
CiteGen är en Chrome-tillägg utvecklad av Zhaofeng Li, och dess huvudfunktion är "Generate a Wikipedia citation from the current page, using reFill.".
Tilläggsskärmbilder
Ladda ner CiteGen-förlängningens CRX-fil
Ladda ner CiteGen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
Officiell webbadress | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
Beskrivning | Generate a Wikipedia citation from the current page, using reFill. |
Filstorlek | 101 KB |
Antal Installationer | 100 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2015-03-08 |
Publiceringsdatum | 2015-03-08 |
Betyg | 4.70/5 Totalt 10 Betyg |
Utvecklare | Zhaofeng Li |
Betalningssätt | free |
Tilläggswebbplats | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
Hjälpsida URL | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
Stödda Språk | 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'" } |