Remove Wikipedia Citations

Remove citations from Wikipedia articles (all languages)

Apa itu Remove Wikipedia Citations?

Remove Wikipedia Citations adalah ekstensi Chrome yang dikembangkan oleh vcotta, dan fitur utamanya adalah "Remove citations from Wikipedia articles (all languages)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Remove Wikipedia Citations

Unduh file ekstensi Remove Wikipedia Citations dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Remove Wikipedia Citations Remove Wikipedia Citations
ID ghikcjkcchinbiolikgaggkjhdjkehna
URL Resmi https://chromewebstore.google.com/detail/remove-wikipedia-citation/ghikcjkcchinbiolikgaggkjhdjkehna
Deskripsi Remove citations from Wikipedia articles (all languages)
Ukuran File 15.25 KB
Jumlah Instalasi 160
Versi Saat Ini 2.3.1.12
Terakhir Diperbarui 2023-01-13
Tanggal Publikasi 2023-01-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang vcotta
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}