2day is a Good Day
Yay, Today will be a good day
2day is a Good Day란 무엇입니까?
2day is a Good Day은(는) https://huynq.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yay, Today will be a good day"입니다.
확장 프로그램 스크린샷
2day is a Good Day 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Most curated motivation quotes & beautiful wallpapers on your Chrome new tab. Beautiful wallpapers from Unsplash, Flickr, and 500px. CHANGELOG: 0.6.5 - Remove not available image urls. 0.6.2 - Fix minor bugs. - Add Vietnamese Girls Gallery link in option page. 0.6.1 - Add homepage url. 0.6.0 - Add more quotes & wallpapers. - Dislay source of wallpapers. 0.5.1 - Add shadow under quote for better readability. 0.5.0 - You now can give us feedback and send us your favorite quotes & wallpaper. 0.4.0 - Display quote & wallpaper daily 0.3.0 - Now we have Options page. - Can show/hide quote. - Add film (grainy) effect to the wallpaper. - Auto quote color based on background. This is an open source project. Hosted on GitHub: https://github.com/Code4Fap/2dayIsAGoodDay Homepage: https://ext.huynq.net/ Try "Silence is Golden", it makes you invisible on Facebook: https://chrome.google.com/webstore/detail/silence-is-golden-for-fb/bmjmoilfkkkppjjhljmmbcpefpaojfng
확장 프로그램 기본 정보
이름 | 2day is a Good Day |
ID | inclhklmomfeifhjdaajfijnhgkmfagk |
공식 URL | https://chromewebstore.google.com/detail/2day-is-a-good-day/inclhklmomfeifhjdaajfijnhgkmfagk |
설명 | Yay, Today will be a good day |
파일 크기 | 383 KB |
설치 횟수 | 51 |
현재 버전 | 0.6.5 |
최근 업데이트 | 2019-04-09 |
출시 날짜 | 2019-04-08 |
평점 | 4.90/5 총 10 개의 평점 |
개발자 | https://huynq.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ext.huynq.net/ |
도움말 페이지 URL | https://ext.huynq.net/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2day is a Good Day", "short_name": "2day is a Good Day", "version": "0.6.5", "description": "Yay, Today will be a good day", "homepage_url": "https:\/\/ext.huynq.net\/", "icons": { "16": "icon32.png", "48": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon64.png", "default_title": "2day is a Good Day - Say Hi to your Today", "default_popup": "options.html" }, "chrome_url_overrides": { "newtab": "2day.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "http:\/\/*.unsplash.com\/", "https:\/\/*.unsplash.com\/", "https:\/\/*.flickr.com\/", "https:\/\/ext.huynq.net\/", "tabs", "storage" ] } |