My New Tab

Add My New Tab for quick access to search engine, latest news, most visited sites, add quick links, and weather.

Τι είναι το My New Tab;

Το My New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mynewtab.org, και η κύρια λειτουργία του είναι "Add My New Tab for quick access to search engine, latest news, most visited sites, add quick links, and weather.".

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

screenshot
screenshot
screenshot

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

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

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

                        Add My New Tab for quick access to search engine, latest news, most visited sites, add quick links, and weather.

‘My New Tab’ is a website and browser extension to keep you updated with the most important aspect of daily life. You can add the ‘My New Tab’ extension to your Chrome, Mozilla Firefox, Microsoft Edge, Safari and other browsers. 

Upgrade your browsing experience with the ‘My New Tab’ extension for browsers. Stay up-to-date with the latest news that includes top stories, business, sports, entertainment, science, technology, and world news. Get quick access to your top sites or quickly start a new search using search engine functionality. Get your localised weather. Add this extension and improve your Chrome experience today.     

Features of My New Tab include: 

Trending news from thousands of the world’s most popular and trusted news sources that includes top stories, business, sports, entertainment, science, technology, and world news.

Fast and comprehensive search engine functionality

One-click access to your most-visited sites 

Add quick links  to "My New Tab" 

Localized weather 

New inspiring background photo every day

Note: For the best experience, after installing ‘my new tab’ click the ‘Keep it’ button on the ‘Change back to Google’ notification. This will show ‘my new tab’ on each new tab as intended. 

By installing this extension, you agree to the: 
Terms of Service at: mynewtab.org/terms-and-conditions
Privacy Statement: mynewtab.org/privacy-policy
Website: mynewtab.org
Support: mynewtab.org/contact-us                    

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

Όνομα My New Tab My New Tab
ID omeefhogamlepmhokfknjblacmeiimcg
Επίσημο URL https://chromewebstore.google.com/detail/my-new-tab/omeefhogamlepmhokfknjblacmeiimcg
Περιγραφή Add My New Tab for quick access to search engine, latest news, most visited sites, add quick links, and weather.
Μέγεθος Αρχείου 26.89 MB
Αριθμός Εγκαταστάσεων 222
Τρέχουσα Έκδοση 5.1
Τελευταία Ενημέρωση 2023-08-20
Ημερομηνία Δημοσίευσης 2022-02-11
Αξιολόγηση 4.75/5 Συνολικά 44 Αξιολογήσεις
Προγραμματιστής https://mynewtab.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mynewtab.org/
Διεύθυνση URL της Σελίδας Βοήθειας https://mynewtab.org/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://www.speedtestgizmo.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My New Tab",
    "short_name": "mynewtab",
    "description": "Add My New Tab for quick access to search engine, latest news, most visited sites, add quick links, and weather.",
    "version": "5.1",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "mynewtab",
    "icons": {
        "128": "icon-mozilla.png"
    },
    "action": {
        "default_icon": "icon-mozilla.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mynewtab.org\/*"
            ],
            "js": [
                "content-script.js",
                "script.js",
                "scrape_post.js"
            ]
        }
    ],
    "background": {
        "service_worker": "app.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}