Macify - macOS screensaver videos new tab
Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.
Macify - macOS screensaver videos new tab란 무엇입니까?
Macify - macOS screensaver videos new tab은(는) https://kenengba.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos."입니다.
확장 프로그램 스크린샷
Macify - macOS screensaver videos new tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos. 🖥️ If you're not using macOS, fear not! This extension remains compatible. This Chrome extension delivers the following features: 🎥 Enhance your Chrome start page and new tab view with breathtaking 4K videos, taken directly from macOS' native aerial screen savers. 🌦️ Receive up-to-the-minute weather updates accompanied by a 3-day forecast. 💬 Engage with the web version of ChatGPT: simply type into the search box and begin your conversation. 🌟 Discover motivational quotes that change randomly with each new tab. 🔗 Compile your browsing history from the chosen timeframe and offer a quick-access list for your convenience. 😑 Zen mode, you can comfortably space out while accompanied by carefully selected music and watching videos. After installing, please follow the instrutions in the options page, after you finish the configuraton, you can enjoy the macOS screen saver video as Chrome's new tab.
확장 프로그램 기본 정보
이름 | Macify - macOS screensaver videos new tab |
ID | lgdipcalomggcjkohjhkhkbcpgladnoe |
공식 URL | https://chromewebstore.google.com/detail/macify-macos-screensaver/lgdipcalomggcjkohjhkhkbcpgladnoe |
설명 | Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos. |
파일 크기 | 3.18 MB |
설치 횟수 | 1,219 |
현재 버전 | 1.8.3 |
최근 업데이트 | 2023-12-06 |
출시 날짜 | 2023-11-02 |
평점 | 4.82/5 총 17 개의 평점 |
개발자 | https://kenengba.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/jason5ng32/macOS-Screen-Saver-as-Chrome-New-Tab |
개인정보 보호 정책 페이지 URL | https://kenengba.com/privacy |
지원되는 언어 | en,es,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_sys_name__", "version": "1.8.3", "description": "__MSG_sys_description__", "permissions": [ "storage", "scripting" ], "optional_permissions": [ "history" ], "action": { "default_popup": "options.html" }, "options_page": "options.html", "icons": { "128": "res\/icon.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "js\/content.js" ] } ], "host_permissions": [ "*:\/\/chat.openai.com\/*" ], "chrome_url_overrides": { "newtab": "popup.html" }, "default_locale": "en" } |