CiteGen
Generate a Wikipedia citation from the current page, using reFill.
Co to jest CiteGen?
CiteGen to rozszerzenie Chrome opracowane przez Zhaofeng Li, a jego główną funkcją jest „Generate a Wikipedia citation from the current page, using reFill.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CiteGen
Pobierz pliki rozszerzeń CiteGen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
Oficjalny URL | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
Opis | Generate a Wikipedia citation from the current page, using reFill. |
Rozmiar pliku | 101 KB |
Liczba instalacji | 100 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-03-08 |
Data Publikacji | 2015-03-08 |
Ocena | 4.70/5 Łącznie 10 Oceny |
Deweloper | Zhaofeng Li |
Typ Płatności | free |
Strona Rozszerzenia | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
Adres URL Strony Pomocy | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
Obsługiwane Języki | 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'" } |