Elementary New Tab

Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser

What is Elementary New Tab?

Elementary New Tab is a Chrome extension developed by Gamake, and its main feature is "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Elementary New Tab Extension CRX File

Download Elementary New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser.

✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click.

✨ Extensive gallery of quality images for the background of your page

✨ Minimalistic customizable tabs for quick access to your favorite sites                    

Extension Basic Information

Name Elementary New Tab Elementary New Tab
ID nkchlojdkebfdanfjngpdimocljgpfhh
Official URL https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh
Description Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
File Size 2.92 MB
Installation Count 72
Current Version 1.0.4
Last Updated 2021-01-17
Publish Date 2020-12-20
Rating 5.00/5 Total 4 Ratings
Developer Gamake
Email [email protected]
Payment Type free
Supported Languages de,en,fr,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elementary New Tab",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icons\/icon_16.png",
        "48": "assets\/images\/icons\/icon_48.png",
        "128": "assets\/images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "topSites",
        "*:\/\/wallhaven.cc\/*"
    ]
}