Game of Thrones New Tab Theme
Bring life to your browser with a range of wallpapers from the hit TV series Game of Thrones.
Game of Thrones New Tab Theme란 무엇입니까?
Game of Thrones New Tab Theme은(는) https://searchworm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring life to your browser with a range of wallpapers from the hit TV series Game of Thrones."입니다.
확장 프로그램 스크린샷
Game of Thrones New Tab Theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Game of Thrones New Tab Theme enhances your Google Chrome™ browser new tab experience with Game of Thrones wallpapers, so you no longer have to look at that boring white background. You can also choose personalized greetings for different times of day, and your wallpapers will update every 24 hours. Your new tab will also automatically display the date and day for quick reference, alongside wallpapers of your favorite Game of Thrones characters, scenes and locations. Features Overview: ★ Full HD wallpapers, with many themes to choose from. ★ Personalized greetings using your name. ★ Date and day displayed automatically. ★ Ability to customize your morning, afternoon and evening greetings. ★ Standard search function. ★ Website shortcuts. In addition you will be provided with full HD wallpapers powered by https://unsplash.com/. Categories include: ★ Nature ★ Food ★ Dogs ★ Cats ★ Hawaii ★ Space ★ Earth is awesome ★ Beach ★ European Cities ★ Bad Ass Cars ★ Greece ★ New York, USA ★ Paris, France ★ Boho ★ Fruitage ★ Tropical Vibes By clicking "Add to Chrome", I accept and agree to installing the Game of Thrones New Tab Theme extension and setting the Chrome™ new tab default search and address bar search to that provided by the service. I also agree to the Privacy Policy and Terms of Use. http://www.searchworm.com/index.php/privacy-policy/ http://www.searchworm.com/index.php/terms/
확장 프로그램 기본 정보
이름 | Game of Thrones New Tab Theme |
ID | mihokpgncjiajbbcdkjpppallbeolcgb |
공식 URL | https://chromewebstore.google.com/detail/game-of-thrones-new-tab-t/mihokpgncjiajbbcdkjpppallbeolcgb |
설명 | Bring life to your browser with a range of wallpapers from the hit TV series Game of Thrones. |
파일 크기 | 11.72 MB |
설치 횟수 | 286 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2020-07-17 |
출시 날짜 | 2020-07-02 |
개발자 | https://searchworm.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.searchworm.com/ |
도움말 페이지 URL | http://www.searchworm.com/index.php/faq/ |
개인정보 보호 정책 페이지 URL | http://www.searchworm.com/index.php/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Game of Thrones New Tab Theme", "version": "1.2.2", "description": "Bring life to your browser with a range of wallpapers from the hit TV series Game of Thrones.", "permissions": [ "webNavigation", "storage", "unlimitedStorage", "tabs", "cookies", "http:\/\/platform.brusmedia.com\/", "*:\/\/*.unsplash.com\/*", "*:\/\/*.doubleclick.net\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com ; object-src 'self';", "chrome_settings_overrides": { "search_provider": { "name": "SearchWorm", "keyword": "SearchWorm", "favicon_url": "http:\/\/www.searchworm.com\/favicon.ico", "search_url": "http:\/\/www.searchworm.com?q={searchTerms}", "encoding": "UTF-8", "is_default": false } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_icon": "images\/16.png" }, "web_accessible_resources": [ "images\/16.png" ], "incognito": "split", "manifest_version": 2 } |