This Day in History
This extension shows a quick 'This day in history' fact.
This Day in History란 무엇입니까?
This Day in History은(는) alexbudy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows a quick 'This day in history' fact."입니다.
확장 프로그램 스크린샷
This Day in History 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Full project description here: http://alexbudilovsky.com/projects/tdih/this_day_in_hist.html See different 'This Day in History' facts for every day of the year with a click of your mouse in the chrome browser - over 6200 historical facts in total. Facts include famous births and deaths, important historical events in the course of history, triumphant sporting occurrences, breakthrough discoveries, revolutionary laws being passed and overturned, and many more. Have an interesting and engaging conversation starter wherever you are, every single day! Every time you open a new tab, the default new tab will show you a new fact - no need to click the extension in the upper right corner. This lightweight extension is very non-intrusive - it sits as an icon in the top right corner of your browser and shows a new fact with a click of the mouse. You can also scroll forward and back in day, as well as scroll through all the same facts for the same day. For the more tech-savy, I have ensured that all users get the same facts shown, in the same same randomly shuffled order, using the current day as the seed for shuffling. Refer to code for details. Know what happened today, give this extension a try! I am interested in all feedback, positive and negative. Contact: Email: alexbudy [at] gmail.com Twitter: @AlexBudilovsky Website: alexbudilovsky.com GitHub: https://github.com/alexbudy/day_in_history_extension/ ▀▀▀▀▀▀▀▀▀▀ Any rating and review would be really helpful and appreciated! ▀▀▀▀▀▀▀▀▀▀ Changelog: 1.8 - settings now sync for user Thanks to myDataMaster.com for providing the free facts, in .sql form.
확장 프로그램 기본 정보
이름 | This Day in History |
ID | ndkaiipoocfphiciaddeacmlaideidhe |
공식 URL | https://chromewebstore.google.com/detail/this-day-in-history/ndkaiipoocfphiciaddeacmlaideidhe |
설명 | This extension shows a quick 'This day in history' fact. |
파일 크기 | 242 KB |
설치 횟수 | 300 |
현재 버전 | 1.8 |
최근 업데이트 | 2016-01-25 |
출시 날짜 | 2016-01-24 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | alexbudy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.alexbudilovsky.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "This Day in History", "description": "This extension shows a quick 'This day in history' fact.", "version": "1.8", "browser_action": { "default_icon": "history.png", "default_popup": "popup.html" }, "icons": { "48": "history.png" }, "permissions": [ "tabs", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html" } |