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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } |