Ataraxia New Tab

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

Qu'est-ce que Ataraxia New Tab ?

Ataraxia New Tab est une extension Chrome développée par anthony, et sa fonction principale est "Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ataraxia New Tab

Téléchargez les fichiers d'extension Ataraxia New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ataraxia New Tab Ataraxia New Tab
ID clpkmadppffkkcmgmebemkdjdgngjdop
URL Officiel https://chromewebstore.google.com/detail/ataraxia-new-tab/clpkmadppffkkcmgmebemkdjdgngjdop
Description Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.
Taille du Fichier 496 KB
Nombre d'Installations 567
Version Actuelle 1.7
Dernière Mise à Jour 2022-05-10
Date de Publication 2020-01-11
Évaluation 5.00/5 Total 17 Évaluations
Développeur anthony
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://idealland.app/ataraxia
URL de la Page d'Aide https://idealland.app/ataraxia/install.html
Langues Prises en Charge 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"
}