The New Wiki

Beautiful and useful tools for your Wikipedia

Τι είναι το The New Wiki;

Το The New Wiki είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thenewwiki.com, και η κύρια λειτουργία του είναι "Beautiful and useful tools for your Wikipedia".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The New Wiki

Λήψη αρχείων επέκτασης The New Wiki σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        NewWiki - Wikipedia™ Redesigned

Get the content on Wikipedia in a more user friendly format.

Get Wikipedia's amazing content repackaged to be more user friendly and readable. Enjoy a quicker and significantly improved reading experience!

► New layout for optimal readability

► Wide range of fonts selection

► Summarised Table of Contents

► Beautiful cover photos

► Larger photos better presentation of photos in the media gallery

► Customize the font & color used on the website based on your personal preferences

Q: How do I use NewWiki?
A: Just install the extension and keep using Wikipedia as usual. Our modern interface will automatically appear every time you visit a Wikipedia article.

Q: How does it work?
A: It's simple. The extension replaces links to Wikipedia articles with links to the same article on our website.

Q: Can I still read the original article on Wikipedia?
A: Of course! Click the "NewWiki" logo, then "Read on Wikipedia"

Disclaimer: Please note this extension is NOT made by Wikipedia and is made by an independent development team. All copyrights belong to their respective owners.
Wikipedia doesn’t endorse or sponsor this Chrome extension. NewWiki - Wikipedia™ Redesigned is not owned by, is not licensed by and is not a subsidiary of Wikipedia Inc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The New Wiki The New Wiki
ID paiplgkkdacppbkleeimpidmcbbonibj
Επίσημο URL https://chromewebstore.google.com/detail/the-new-wiki/paiplgkkdacppbkleeimpidmcbbonibj
Περιγραφή Beautiful and useful tools for your Wikipedia
Μέγεθος Αρχείου 138 KB
Αριθμός Εγκαταστάσεων 125
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-12-09
Ημερομηνία Δημοσίευσης 2020-03-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://thenewwiki.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://delete-all-messages-for-facebook.freebusinessapps.net/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "icons": {
        "256": "\/img\/icon-256.png",
        "128": "\/img\/icon-128.png",
        "48": "\/img\/icon-48.png",
        "16": "\/img\/icon-16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/img\/icon-16.png",
            "32": "\/img\/icon-32.png"
        }
    },
    "background": {
        "scripts": [
            "\/content\/js\/update-conf.js",
            "\/content\/js\/update.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*?nord=true",
                "*:\/\/*.wikipedia.org\/wiki\/*:*"
            ],
            "run_at": "document_start",
            "js": [
                "\/content\/js\/bootstrap.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.thenewwiki.com\/*"
    ]
}