Ataraxia New Tab
Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.
Wat is Ataraxia New Tab?
Ataraxia New Tab is een Chrome-extensie ontwikkeld door anthony, en de belangrijkste functie is "Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ataraxia New Tab
Download Ataraxia New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | clpkmadppffkkcmgmebemkdjdgngjdop |
| Officiële URL | https://chromewebstore.google.com/detail/ataraxia-new-tab/clpkmadppffkkcmgmebemkdjdgngjdop |
| Beschrijving | Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine. |
| Bestandsgrootte | 496 KB |
| Aantal Installaties | 567 |
| Huidige Versie | 1.7 |
| Laatst Bijgewerkt | 2022-05-10 |
| Publicatiedatum | 2020-01-11 |
| Beoordeling | 5.00/5 Totaal 17 Beoordelingen |
| Ontwikkelaar | anthony |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://idealland.app/ataraxia |
| Help Pagina-URL | https://idealland.app/ataraxia/install.html |
| Ondersteunde Talen | 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"
} | |