Mytab
Massive HD 4K wallpaper themes,Choose the interface as you like. It includes a variety of powerful and useful gadgets,Free for life!
Mytab란 무엇입니까?
Mytab은(는) mifish에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Massive HD 4K wallpaper themes,Choose the interface as you like. It includes a variety of powerful and useful gadgets,Free for life!"입니다.
확장 프로그램 스크린샷
Mytab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[You can get all the following functions for free from our theme tab page extension] -Provide tens of thousands of high-definition beautiful 4K wallpapers, built-in dozens of popular theme categories; -Customize the wallpaper update frequency and sequence, right-click any position to switch, fix, and download the current wallpaper; -Three completely different styles of new tab page interface one-click switch; -Built-in Baidu, Yahoo, Bing and Yandex search engines; -One-click direct access to popular websites such as Youtube, Twitter, and Facebook; -Automatically display current location, weather conditions and weather forecast; -Display the current date and time; -To-do list and notes; -Hundreds of boutique mini games are built in. Note: The clock, frequently used website navigation, notes, to-do items and weather can all be hidden or displayed. You can share this extension with your friends via Facebook, Twitter, pinterest and Weibo with one click. In addition, you can view all the privacy policies and terms of use of Mytab in the About Settings. Comments and suggestions are welcome to inform us through feedback. If you like this plug-in, please give us praise and support in the rating! Finally, you can use all these features for free! Our extension does not contain ads, viruses or malware. We will also add new features and update them in time. You can also request new features. We will consider adding them.
확장 프로그램 기본 정보
이름 | Mytab |
ID | gndlcpbcmhbcaadppjjekgbhfhceeikm |
공식 URL | https://chromewebstore.google.com/detail/mytab/gndlcpbcmhbcaadppjjekgbhfhceeikm |
설명 | Massive HD 4K wallpaper themes,Choose the interface as you like. It includes a variety of powerful and useful gadgets,Free for life! |
파일 크기 | 3.2 MB |
설치 횟수 | 9,000 |
현재 버전 | 1.16.0 |
최근 업데이트 | 2022-01-14 |
출시 날짜 | 2020-08-30 |
평점 | 2.27/5 총 15 개의 평점 |
개발자 | mifish |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.yearnnewtab.com/public/privacy |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "browser_action": { "default_icon": { "48": "icon48.png" }, "default_title": "__MSG_extTitle__" }, "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "66", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' 'sha256-8NFFT9pL5PV5nSoTgSjFrBeG7B4\/doneTOzsbIlrLyw=' 'unsafe-eval'; object-src 'self'", "version": "1.16.0", "permissions": [ "chrome:\/\/favicon\/" ], "optional_permissions": [ "management", "topSites", "https:\/\/google.com\/complete\/search", "https:\/\/www.baidu.com\/sugrec", "https:\/\/mytab.me\/apis\/games\/" ], "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApHY+40edacHgJrhlPnmBj9+Og0pRsfMdMkPlQUWIc+l+IpwNozIhQzJGakV4Fvtej3qDTiDv7mrpMGzpv2n92F1wNeTOseeYAqQoaxiY2SaIcCXh2j5BpOd3YpLcxQqZMRs8Rn0fcLJK0GSFk85j7ilyb3IvS9P7Rz90Ya2Fu08cmqvlWycz3B5WPTvo\/l6vPOEtbaxohhRuDOw5I+33wMu2QRhSHvUDZK319NNisKtUTzWaGepci9N38Icliov5HTTDU9BQ+XcCzxkx11pJrmrJeB5mT28mq3zBLibm\/XpfmMNeUw9b2XB6Z9u85abkz8yl+Xpthr+5RdrxDhFBuQIDAQAB" } |