Random Fact - New Tab
Get a random fact about todays date every time you open a new tab in Google Chrome.
Random Fact - New Tab란 무엇입니까?
Random Fact - New Tab은(는) https://beardedguys.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a random fact about todays date every time you open a new tab in Google Chrome."입니다.
확장 프로그램 스크린샷
Random Fact - New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Random Fact replaces the standard new tab page and provides you with a random fact about todays date every time you open a new tab in Google Chrome. Features: * Random fact based on the current date. * Display the date. * Welcome greeting based on the time of day. Random facts are provided by numbersapi.com. Please note: This extension requires a internet connection in order to obtain random facts for you. Updates: Version 1.2 * Due to numbersapi.com experiencing down time over the past few days, you'll now see a message when a random fact can't be retrieved. * Extension size reduced by over 50%. Version 1.1.1 * Greeting bug fix.
확장 프로그램 기본 정보
이름 | Random Fact - New Tab |
ID | khnfanaldcpphoacnmeocpkoaniekkbg |
공식 URL | https://chromewebstore.google.com/detail/random-fact-new-tab/khnfanaldcpphoacnmeocpkoaniekkbg |
설명 | Get a random fact about todays date every time you open a new tab in Google Chrome. |
파일 크기 | 94.2 KB |
설치 횟수 | 124 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-04-29 |
출시 날짜 | 2015-04-29 |
평점 | 2.71/5 총 7 개의 평점 |
개발자 | https://beardedguys.net |
결제 유형 | free |
도움말 페이지 URL | http://beardedguys.net |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Fact - New Tab", "short_name": "Random Fact - New Tab", "description": "Get a random fact about todays date every time you open a new tab in Google Chrome.", "version": "1.2", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |