Ataraxia New Tab
Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.
Hvad er Ataraxia New Tab?
Ataraxia New Tab er en Chrome-udvidelse udviklet af anthony, og dens hovedfunktion er "Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.".
Udvidelsesskærmbilleder
Download Ataraxia New Tab-udvidelses-CRX-fil
Download Ataraxia New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | clpkmadppffkkcmgmebemkdjdgngjdop |
| Officiel URL | https://chromewebstore.google.com/detail/ataraxia-new-tab/clpkmadppffkkcmgmebemkdjdgngjdop |
| Beskrivelse | Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine. |
| Filstørrelse | 496 KB |
| Antal Installationer | 567 |
| Nuværende Version | 1.7 |
| Senest Opdateret | 2022-05-10 |
| Udgivelsesdato | 2020-01-11 |
| Bedømmelse | 5.00/5 Samlet 17 Bedømmelser |
| Udvikler | anthony |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://idealland.app/ataraxia |
| Hjælpeside-URL | https://idealland.app/ataraxia/install.html |
| Understøttede Sprog | 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"
} | |