Wiki Redesigned

A redesigned user interface for WikiMedia Projects

Τι είναι το Wiki Redesigned;

Το Wiki Redesigned είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον webdesigner.hritik, και η κύρια λειτουργία του είναι "A redesigned user interface for WikiMedia Projects".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Wiki Redesigned is an browser extension under the parent project "Project Redesign" and aim's to provide modern user-interface for Wikimedia projects like Wikipedia, Wikibooks, Wiki-commons etc.

-The extension will allow you to surf Wikimedia websites with a new beautiful and simple interface without loosing the feel of wiki.
-Just install the extension and use the websites like you usually do.
-Make sure that any other extension that also affect the design of wiki websites is uninstalled, because similar extensions that affect the same websites may/may-not cause bugs when installed together.
-The extension will not redirect you to another URL like other similar projects.
-You can toggle the extension , provide feedback or report bugs by clicking on the logo from browser's extension-bar/Toolbar.

Aside from  a new interface we provide these additional features :
-Dark mode
-Read mode
-Monotext mode
-Reference toggling
-New Image viewer
-Collapsible Headings
-Infobox Viewer

The extension will be regularly updated to :
-Resolve user issues
-Provide more user customization
-Improve on design and performance

*Its a simple plugin and don't harm your privacy & system in anyway.
Parent Project : project-redesign.org                    

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

Όνομα Wiki Redesigned Wiki Redesigned
ID ajepfgpfjpajnnlflfifepenmpikpefl
Επίσημο URL https://chromewebstore.google.com/detail/wiki-redesigned/ajepfgpfjpajnnlflfifepenmpikpefl
Περιγραφή A redesigned user interface for WikiMedia Projects
Μέγεθος Αρχείου 280 KB
Αριθμός Εγκαταστάσεων 171
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-05-30
Ημερομηνία Δημοσίευσης 2020-06-07
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής webdesigner.hritik
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://hritikvaishnav.github.io/Project-Redesign/public/wiki.html
Διεύθυνση URL της Σελίδας Βοήθειας https://forms.gle/bG6ArBeVn2H9Fdjq6
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Redesigned",
    "description": "A redesigned user interface for WikiMedia Projects",
    "version": "1.1",
    "minimum_chrome_version": "50",
    "icons": {
        "128": "images\/icon.png",
        "256": "images\/icon_256.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "menu\/menu.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*.wikipedia.org\/*",
        "https:\/\/*.mediawiki.org\/*",
        "https:\/\/*.wikiquote.org\/*",
        "https:\/\/*.wiktionary.org\/*",
        "https:\/\/*.wikiversity.org\/*",
        "https:\/\/*.wikinews.org\/*",
        "https:\/\/*.wikisource.org\/*",
        "https:\/\/*.wikivoyage.org\/*",
        "https:\/\/species.wikimedia.org\/*",
        "https:\/\/commons.wikimedia.org\/*",
        "https:\/\/meta.wikimedia.org\/*",
        "https:\/\/*.wikibooks.org\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/*.mediawiki.org\/*",
                "https:\/\/*.wikiquote.org\/*",
                "https:\/\/*.wiktionary.org\/*",
                "https:\/\/*.wikiversity.org\/*",
                "https:\/\/*.wikinews.org\/*",
                "https:\/\/*.wikisource.org\/*",
                "https:\/\/*.wikidata.org\/*",
                "https:\/\/*.wikivoyage.org\/*",
                "https:\/\/species.wikimedia.org\/*",
                "https:\/\/commons.wikimedia.org\/*",
                "https:\/\/meta.wikimedia.org\/*",
                "https:\/\/*.wikibooks.org\/*"
            ],
            "js": [
                "functionX\/functionX.js",
                "javascript\/activator.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/commons.wikimedia.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikicommons.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.wikivoyage.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikivoyage.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/meta.wikimedia.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikimedia.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.mediawiki.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/mediawiki.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.wikisource.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikisource.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.wikidata.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikidata.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.wikinews.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikinews.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.wikibooks.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikibooks.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.wiktionary.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wiktionary.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/species.wikimedia.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikispecies.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.wikiquote.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikiquote.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.wikiversity.org\/*"
            ],
            "js": [
                "javascript\/sisterProjects\/wikiversity.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "functionX\/*",
        "javascript\/*",
        "css\/*",
        "images\/*"
    ]
}