CiteGen
Generate a Wikipedia citation from the current page, using reFill.
Co je CiteGen?
CiteGen je rozšíření Chrome vyvinuté Zhaofeng Li, a jeho hlavní funkcí je „Generate a Wikipedia citation from the current page, using reFill.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CiteGen
Stáhněte si soubory rozšíření CiteGen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
Oficiální URL | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
Popis | Generate a Wikipedia citation from the current page, using reFill. |
Velikost souboru | 101 KB |
Počet instalací | 100 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2015-03-08 |
Datum Vydání | 2015-03-08 |
Hodnocení | 4.70/5 Celkem 10 Hodnocení |
Vývojář | Zhaofeng Li |
Typ Platby | free |
Webové stránky Rozšíření | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
URL Stránky Nápovědy | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
Podporované Jazyky | 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'" } |