Big Hero 6 Wallpaper Tab Theme
Big Hero 6 HD Wallpapers and New Tab Themes for the Best Browsing Experience
Big Hero 6 Wallpaper Tab Theme란 무엇입니까?
Big Hero 6 Wallpaper Tab Theme은(는) https://supertabthemes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Big Hero 6 HD Wallpapers and New Tab Themes for the Best Browsing Experience"입니다.
확장 프로그램 스크린샷
Big Hero 6 Wallpaper Tab Theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Forget old annoying backgrounds and take advantage of the news we’ve saved for you. This is an extension to the theme of your favorite Big Hero 6 series that is displayed in multiple parts. We’ve produced high quality HD photos and many features that will make it easier to use the search engine. Photos will appear every time you open a new tab and you can choose which photo will be in question. Share information with your friends. HOW TO USE: - Install This extension by clicking on Add to Chrome button and it will be automatically added. Wait for few seconds while extension is loaded, the best follows! - In the upper left corner, "GEAR". That loads settings panel, where you can use toggle button for switching features on or off. This extension have options for you to have only HD backgrounds (pick favorite or make it random) or use some of great features. FEATURES - Centered, clock (12h/24h option) with personalized greeting for you to choose (ex. nickname) - Great To-Do list so you can track important stuff - Shortcuts to popular sites (click on Link icon in upper left corner). - Quotes of the Day – be inspired with strong quotes, picked every day for you and your motivation. - Click on Gear icon in upper left corner - Choose to have only wallpaper, or pick feature that you want. - In same panel, click on Photos, and choose your favorite photo, or click on “Refresh” button next to gear to pick next wallpaper. With this extension you will get wallpapers, art, drawings of Big Hero 6 and many more. UNINSTALL To remove extension from your browser, follow these steps: - Find three vertical dots icon on upper right corner of screen - Go to “Settings”. - In the menu that appears , choose “Extensions”. - From the list of installed Extensions, find the name of the extension you wish to uninstall. - Click on the trash can icon to the right of “Enable” (for the extension you wish to uninstall). - Our extension should be removed from your Chrome browser. Easier way – right click on Big Hero 6 icon in toolbar and click “Remove from Chrome…” Disclaimer notice: This extension is made by fans, for the fans. We and the content are not affiliated with, sponsored or approved by any company and is unofficial. If you think that we broke your copyright, please contact us. While this extension is free, some part can contain ads.
확장 프로그램 기본 정보
이름 | |
ID | jbhookiigjbabffdgjlgpbncpddoanna |
공식 URL | https://chrome.google.com/webstore/detail/big-hero-6-wallpaper-tab/jbhookiigjbabffdgjlgpbncpddoanna |
설명 | Big Hero 6 HD Wallpapers and New Tab Themes for the Best Browsing Experience |
파일 크기 | 4.69 MB |
설치 횟수 | 104 |
현재 버전 | 2.0 |
최근 업데이트 | 2019-04-23 |
출시 날짜 | 2019-04-23 |
개발자 | https://supertabthemes.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://supertabthemes.com/big-hero-6-wallpaper-tab-theme/ |
도움말 페이지 URL | http://supertabthemes.com/contact-us/ |
개인정보 보호 정책 페이지 URL | http://supertabthemes.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "name": "Big Hero 6 Wallpaper Tab Theme", "manifest_version": 2, "short_name": "Big Hero 6", "description": "Big Hero 6 HD Wallpapers and New Tab Themes for the Best Browsing Experience", "version": "2.0", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "detail\/index.html" }, "browser_action": { "default_title": "Big Hero 6 Wallpaper Tab Theme", "default_icon": { "16": "detail\/icon16.png", "48": "detail\/icon48.png", "128": "detail\/icon128.png" } }, "offline_enabled": true, "incognito": "split", "permissions": [ "unlimitedStorage", "storage", "contextMenus", "management" ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon128.png" } } |