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"
            ]
        }
    ]
}