Remove Wikipedia Citations

Remove citations from Wikipedia articles (all languages)

Hvad er Remove Wikipedia Citations?

Remove Wikipedia Citations er en Chrome-udvidelse udviklet af vcotta, og dens hovedfunktion er "Remove citations from Wikipedia articles (all languages)".

Udvidelsesskærmbilleder

screenshot

Download Remove Wikipedia Citations-udvidelses-CRX-fil

Download Remove Wikipedia Citations-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Remove Wikipedia Citations Remove Wikipedia Citations
ID ghikcjkcchinbiolikgaggkjhdjkehna
Officiel URL https://chromewebstore.google.com/detail/remove-wikipedia-citation/ghikcjkcchinbiolikgaggkjhdjkehna
Beskrivelse Remove citations from Wikipedia articles (all languages)
Filstørrelse 15.25 KB
Antal Installationer 160
Nuværende Version 2.3.1.12
Senest Opdateret 2023-01-13
Udgivelsesdato 2023-01-13
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler vcotta
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}