Today in History
Learn what happened today in history around the world including major events on crime, entertainment, and more.
What is Today in History?
Today in History is a Chrome extension developed by https://www.skylandsoft.com, and its main feature is "Learn what happened today in history around the world including major events on crime, entertainment, and more.".
Extension Screenshots
Download Today in History Extension CRX File
Download Today in History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Today In History is a chronological timetable of Historical facts in the areas of military, politics, science, music, sports, arts, entertainment and more.
Extension Basic Information
Name | Today in History |
ID | dbojgfjmcencknkdkecolnfailiegnlf |
Official URL | https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf |
Description | Learn what happened today in history around the world including major events on crime, entertainment, and more. |
File Size | 76.38 KB |
Installation Count | 292 |
Current Version | 0.2 |
Last Updated | 2019-03-23 |
Publish Date | 2019-03-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.skylandsoft.com |
Payment Type | free |
Supported Languages | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "storage", "https:\/\/todayinhistoryapi.herokuapp.com\/*" ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Today in History", "default_popup": "popup.html" } } |