Remove Wikipedia Citations

Remove citations from Wikipedia articles (all languages)

Что такое Remove Wikipedia Citations?

Remove Wikipedia Citations - это расширение Chrome, разработанное vcotta, и его основная функция - "Remove citations from Wikipedia articles (all languages)".

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

screenshot

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

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

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

                        Citations are used to link parts of the article to sources, situated in the "References" section, at the bottom of the page. Citations contribute to legitimation of presented data, but they can be annoying when the use of copy/paste is required.                    

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

Название Remove Wikipedia Citations Remove Wikipedia Citations
ID ghikcjkcchinbiolikgaggkjhdjkehna
Официальный URL https://chromewebstore.google.com/detail/remove-wikipedia-citation/ghikcjkcchinbiolikgaggkjhdjkehna
Описание Remove citations from Wikipedia articles (all languages)
Размер файла 15.25 KB
Количество установок 160
Текущая Версия 2.3.1.12
Последнее Обновление 2023-01-13
Дата публикации 2023-01-13
Рейтинг 5.00/5 Всего 2 оценок
Разработчик vcotta
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Wikipedia Citations",
    "description": "Remove citations from Wikipedia articles (all languages)",
    "version": "2.3.1.12",
    "author": "Valentin Cotta",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}