MyStart Wallpapers New Tab Page

MyStart is a fresh and highly convenient New Tab page to start your journey on the web. Enjoy beautiful images of nature and more.

Vad är MyStart Wallpapers New Tab Page?

MyStart Wallpapers New Tab Page är en Chrome-tillägg utvecklad av https://mystart.com, och dess huvudfunktion är "MyStart is a fresh and highly convenient New Tab page to start your journey on the web. Enjoy beautiful images of nature and more.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner MyStart Wallpapers New Tab Page-förlängningens CRX-fil

Ladda ner MyStart Wallpapers New Tab Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Once you’ve started with MyStart New Tab, your Chrome browsing experience will never be the same.

Right after installing the extension, you will be greeted with high-definition wallpapers. For instance, you can get cute pets like cat and dog wallpapers, colorful flowers, and gorgeous sunrises and sunsets.   

This month's featured themes include Winter Chill, Winter Snow, Yoga, My Sunrise & Sunset, Tropical Vacation, and Japan.

Moreover, with the Themes feature, you can easily select from a wide range of categories such as Nature, Travel, Fantasy, Girly stuff, etc.. Enjoy lovely wild animals such as horses and tigers, pretty sea turtles, and stunning landscapes from the Nature category. Get beautiful travel destination wallpapers from various countries such as Italy and France to famous cities such as London and New York City. Access to lifestyle themed wallpapers such as Golf, and healthy living tips, feminine lifestyle from the Women category. Depart for good time holidays with the Holidays category that includes Christmas and Thanksgiving. Embrace the masculine energy in an alpha-male way with the Men Squad category. Enjoy imaginary worlds by taking a mystic world tour in the Fantasy category. If you want to add humor to your life, try the Funny category.  

The choice of wallpapers is endless. Once you’ve set your heart on a wallpaper, you can select it as your background, and every time you open a new tab, you will be greeted with another beautiful one.

Browsing the internet has never been so flexible and easy. You can choose to use either Google or Bing as your default browser, and your frequently visited websites will appear as shortcuts for faster browsing experiences.

MyStart New Tab also has friendly widgets at your fingertips. You can quickly access your apps, bookmarks, and most visited sites. Listen to chill-out music, play games, create to-do lists, take notes, change the color of your theme, check out your local weather, login, date, and time, all within your customizable new tab.

MyStart New Tab is fun, safe, and, most of all, free! Why get stuck with the default setting when you can customize your experience to your liking? 

Install MyStart New Tab Theme Chrome extension and brighten up your world today.                    

Grundläggande Information om Tillägg

Namn MyStart Wallpapers New Tab Page MyStart Wallpapers New Tab Page
ID plnfiebnedimjcdkhbfhpocmllibcbkp
Officiell webbadress https://chromewebstore.google.com/detail/mystart-wallpapers-new-ta/plnfiebnedimjcdkhbfhpocmllibcbkp
Beskrivning MyStart is a fresh and highly convenient New Tab page to start your journey on the web. Enjoy beautiful images of nature and more.
Filstorlek 45.11 KB
Antal Installationer 5,657
Aktuell Version 3.0.16
Senast Uppdaterad 2023-01-19
Publiceringsdatum 2022-07-17
Betyg 4.18/5 Totalt 11 Betyg
Utvecklare https://mystart.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://blog.mystart.com/
Hjälpsida URL https://blog.mystart.com/contact/
URL till Sekretesspolicy Sidan https://blog.mystart.com/privacy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyStart Wallpapers New Tab Page",
    "description": "MyStart is a fresh and highly convenient New Tab page to start your journey on the web. Enjoy beautiful images of nature and more.",
    "version": "3.0.16",
    "short_name": "MyStart",
    "permissions": [
        "storage",
        "topSites",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_title": "MyStart Wallpapers New Tab Page"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mystart.com\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mystart.com\/*"
            ],
            "js": [
                "js\/content-scripts\/installed.js",
                "js\/content-scripts\/event-handler.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}