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 |
官方網址 | 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" } |