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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |