Quote of the Day
Shows you an inspiring quote on the new tab page
Quote of the Day란 무엇입니까?
Quote of the Day은(는) admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows you an inspiring quote on the new tab page"입니다.
확장 프로그램 스크린샷
Quote of the Day 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quote of the day is a way to enjoy each day A way to get words from wise man and woman Short poetry phrases Small facts of life And a spark of inspiration terms: https://www.browsytool.com/terms privacy policy: https://www.browsytool.com/privacy-policy about: https://www.browsytool.com/about-our-company contact us: https://www.browsytool.com/contact-info Once the extension is downloaded, the extension will provide a custom search bar with results by Microsoft Bing.
확장 프로그램 기본 정보
이름 | Quote of the Day |
ID | eegjpgefejkgoepcknnjjmjhiacmgila |
공식 URL | https://chromewebstore.google.com/detail/quote-of-the-day/eegjpgefejkgoepcknnjjmjhiacmgila |
설명 | Shows you an inspiring quote on the new tab page |
파일 크기 | 207 KB |
설치 횟수 | 11,403 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-08-08 |
출시 날짜 | 2022-01-11 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | admin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quote of the Day", "description": "Shows you an inspiring quote on the new tab page", "version": "1.0.2", "chrome_url_overrides": { "newtab": "src\/tab.html" }, "action": { "default_icon": "src\/ico\/48p.png" }, "icons": { "16": "src\/ico\/16p.png", "48": "src\/ico\/48p.png", "128": "src\/ico\/128p.png" } } |