Ataraxia New Tab

Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.

What is Ataraxia New Tab?

Ataraxia New Tab is a Chrome extension developed by anthony, and its main feature is "Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.".

Extension Screenshots

screenshot
screenshot

Download Ataraxia New Tab Extension CRX File

Download Ataraxia 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

                        Ataraxia New Tab

- A very simple new tab page for you. 
- Sync new wallpaper image automatically every day.  UHD wallpapers supported.
- Start a new search with your familiar search engines
- Jump to your top visited sites just by one click

Customized features:
- Manage any quick links you want
- Adjust the search engines, or add new search engines

 Visit  https://idealland.app/ataraxia/  for more information.                    

Extension Basic Information

Name Ataraxia New Tab Ataraxia New Tab
ID clpkmadppffkkcmgmebemkdjdgngjdop
Official URL https://chromewebstore.google.com/detail/ataraxia-new-tab/clpkmadppffkkcmgmebemkdjdgngjdop
Description Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.
File Size 496 KB
Installation Count 567
Current Version 1.7
Last Updated 2022-05-10
Publish Date 2020-01-11
Rating 5.00/5 Total 17 Ratings
Developer anthony
Email [email protected]
Payment Type free
Extension Website https://idealland.app/ataraxia
Help Page URL https://idealland.app/ataraxia/install.html
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "Ataraxia",
    "default_locale": "en",
    "author": "Anthony",
    "homepage_url": "https:\/\/idealland.app\/ataraxia\/",
    "description": "__MSG_extension_desc__",
    "version": "1.7",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "icons": {
        "16": ".\/ata_16.png",
        "32": ".\/ata_32.png",
        "48": ".\/ata_48.png",
        "128": ".\/ata_128.png"
    },
    "permissions": [],
    "optional_permissions": [
        "topSites"
    ],
    "host_permissions": [
        "https:\/\/*.bing.com\/"
    ],
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "options_page": "options.html"
}