SearchFX New Tab
Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab alive and interesting.
SearchFX New Tab란 무엇입니까?
SearchFX New Tab은(는) https://searchfx.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab alive and interesting."입니다.
확장 프로그램 스크린샷
SearchFX New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bring your screen to life with animated wallpapers. Experience the best collection of free live wallpapers to make your new tab alive and interesting. Enjoy stunning animated wallpapers of landscapes, beaches, waterfalls, sunsets, mountains, forests, lakes, and much more. Transform every browser's new tab into your own personalized home page. This dashboard provides quick access to your most visited sites, bookmarks, web searches using Yahoo!. It offers quick reminders with To-Do List a notepad and apps. Time, date, weather forecast, and amazing music can also be displayed on this new tab theme.
확장 프로그램 기본 정보
이름 | |
ID | piflinfdbkgagoknlhjpnboijlbkjflj |
공식 URL | https://chrome.google.com/webstore/detail/searchfx-new-tab/piflinfdbkgagoknlhjpnboijlbkjflj |
설명 | Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab alive and interesting. |
파일 크기 | 813 KB |
설치 횟수 | 10,000 |
현재 버전 | 3.0.5 |
최근 업데이트 | 2022-03-22 |
출시 날짜 | 2018-06-21 |
평점 | 4.71/5 총 17 개의 평점 |
개발자 | https://searchfx.net |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://livenewtab.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "background\/index.html", "persistent": true }, "browser_action": { "default_title": "SearchFX New Tab", "default_icon": { "64": "icons\/64.png", "128": "icons\/128.png" } }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "chrome_settings_overrides": { "search_provider": { "name": "SearchFX", "keyword": "SearchFX.net", "favicon_url": "https:\/\/searchfx.net\/new-tab\/newtab\/img\/favicon.ico", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/searchfx.net\/?prod=exnt&pr=msext&pid=searchfx&v={version}&acp={source}&campaignID={campaignID}&q={searchTerms}" } }, "content_scripts": [ { "js": [ "content-scripts\/installed.js", "content-scripts\/event-handler.js" ], "matches": [ "*:\/\/*.mystart.com\/*", "*:\/\/*.searchfx.net\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.mystart.com\/*", "*:\/\/*.searchfx.net\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.ytimg.com https:\/\/www.googleapis.com https:\/\/*.ytimg.com https:\/\/*.mystart.com https:\/\/*.mystartcdn.com https:\/\/*.vmn.net https:\/\/api.facebook.com https:\/\/*.twitter.com; object-src 'self'", "description": "Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab alive and interesting.", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "manifest_version": 2, "name": "SearchFX New Tab", "offline_enabled": true, "permissions": [ "alarms", "bookmarks", "chrome:\/\/favicon\/", "storage", "tabs", "topSites", "*:\/\/*.mystart.com\/*", "*:\/\/*.searchfx.net\/*" ], "short_name": "SearchFX", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.5" } |