Ataraxia New Tab

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

Ataraxia New Tabとは何ですか?

Ataraxia New Tabはanthonyによって開発されたChromeの拡張機能で、その主な機能は「Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Ataraxia New Tab拡張機能のCRXファイルをダウンロード

Ataraxia New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Ataraxia New Tab Ataraxia New Tab
ID clpkmadppffkkcmgmebemkdjdgngjdop
公式URL https://chromewebstore.google.com/detail/ataraxia-new-tab/clpkmadppffkkcmgmebemkdjdgngjdop
説明 Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.
ファイルサイズ 496 KB
インストール数 567
現在のバージョン 1.7
最終更新日 2022-05-10
公開日 2020-01-11
評価 5.00/5 合計 17 レビュー
開発者 anthony
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://idealland.app/ataraxia
ヘルプページのURL https://idealland.app/ataraxia/install.html
対応言語 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"
}