XP Newtab

A new tab extension that is in the style of Windows XP.

Τι είναι το XP Newtab;

Το XP Newtab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Etesam Ansari, και η κύρια λειτουργία του είναι "A new tab extension that is in the style of Windows XP.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension displays a Windows XP styled customizable page when a new tab is opened. You can create multiple windows & icons. There can be search bars, videos, text, and more inside of each window.

✨ NEW:
• Fixed security vulnerabilities
• Refactored much of the codebase
• The text component supports markdown
• There is a windows 7 theme added

The project is open source and can be found here: https://github.com/Etesam913/xp-newtab/

This extension is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Microsoft, or any of its subsidiaries or its affiliates.                    

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

Όνομα XP Newtab XP Newtab
ID ncfmlogaelpnniflgipmnnglhfiifkke
Επίσημο URL https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke
Περιγραφή A new tab extension that is in the style of Windows XP.
Μέγεθος Αρχείου 734 KB
Αριθμός Εγκαταστάσεων 1,528
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2023-07-24
Ημερομηνία Δημοσίευσης 2021-05-05
Αξιολόγηση 4.49/5 Συνολικά 55 Αξιολογήσεις
Προγραμματιστής Etesam Ansari
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Etesam913/xp-newtab
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Etesam913/xp-newtab/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XP Newtab",
    "author": "Etesam Ansari",
    "version": "1.2.1",
    "description": "A new tab extension that is in the style of Windows XP.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}