Word of the Day Tab
Learn a new word each day!
Word of the Day Tab란 무엇입니까?
Word of the Day Tab은(는) Diversify Media, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn a new word each day!"입니다.
확장 프로그램 스크린샷
Word of the Day Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Expand your vocabulary with this Chrome extension that features a new word and it's definition each day on your new tab. The extension also features a rotating photo background and a web search provided by Yahoo. Note: By installing this extension, the search bar on your new tab will be replaced with a search featuring Yahoo results. It will not change the default search in your address bar. Host Permission Justification: The extension pulls data from the wordnik.com api for the word of the day and unsplash.com for the photo background. Privacy Policy: https://wordofthedaytab.com/privacy-policy/ Terms of Service: https://wordofthedaytab.com/terms-of-service/ About Us: https://wordofthedaytab.com/about-us/ Contact Us: https://wordofthedaytab.com/contact/ How to Uninstall: https://wordofthedaytab.com/uninstall/
확장 프로그램 기본 정보
이름 | Word of the Day Tab |
ID | jocnnakhfkdkihlabdeigeijichjlihi |
공식 URL | https://chromewebstore.google.com/detail/word-of-the-day-tab/jocnnakhfkdkihlabdeigeijichjlihi |
설명 | Learn a new word each day! |
파일 크기 | 118 KB |
설치 횟수 | 11,048 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2022-06-06 |
출시 날짜 | 2022-03-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Diversify Media, Inc. |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://diversifymedia.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Word of the Day Tab", "description": "Learn a new word each day!", "version": "1.1.3", "icons": { "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "host_permissions": [ "https:\/\/*.source.unsplash.com\/\/*" ] } |