CiteGen

Generate a Wikipedia citation from the current page, using reFill.

Что такое CiteGen?

CiteGen - это расширение Chrome, разработанное Zhaofeng Li, и его основная функция - "Generate a Wikipedia citation from the current page, using reFill.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CiteGen

Скачайте файлы расширений CiteGen в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название CiteGen CiteGen
ID fdoibbbobhoioofchdplhodlihdbogfg
Официальный URL https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg
Описание Generate a Wikipedia citation from the current page, using reFill.
Размер файла 101 KB
Количество установок 100
Текущая Версия 1.0.0
Последнее Обновление 2015-03-08
Дата публикации 2015-03-08
Рейтинг 4.70/5 Всего 10 оценок
Разработчик Zhaofeng Li
Тип оплаты free
Официальный сайт расширения https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen
URL страницы помощи https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen
Поддерживаемые языки 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'"
}