Remove Wikipedia Citations

Remove citations from Wikipedia articles (all languages)

Co to jest Remove Wikipedia Citations?

Remove Wikipedia Citations to rozszerzenie Chrome opracowane przez vcotta, a jego główną funkcją jest „Remove citations from Wikipedia articles (all languages)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remove Wikipedia Citations

Pobierz pliki rozszerzeń Remove Wikipedia Citations 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove Wikipedia Citations Remove Wikipedia Citations
ID ghikcjkcchinbiolikgaggkjhdjkehna
Oficjalny URL https://chromewebstore.google.com/detail/remove-wikipedia-citation/ghikcjkcchinbiolikgaggkjhdjkehna
Opis Remove citations from Wikipedia articles (all languages)
Rozmiar pliku 15.25 KB
Liczba instalacji 160
Aktualna Wersja 2.3.1.12
Ostatnia Aktualizacja 2023-01-13
Data Publikacji 2023-01-13
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper vcotta
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}