Today in History
Learn what happened today in history around the world including major events on crime, entertainment, and more.
什么是Today in History?
Today in History是由https://www.skylandsoft.com开发的Chrome扩展程序,该扩展的主要功能是“Learn what happened today in history around the world including major events on crime, entertainment, and more.”。
扩展截图
下载Today in History扩展crx文件
下载Today in History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Today In History is a chronological timetable of Historical facts in the areas of military, politics, science, music, sports, arts, entertainment and more.
扩展基本信息
名称 | Today in History |
ID | dbojgfjmcencknkdkecolnfailiegnlf |
官方URL | https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf |
简介 | Learn what happened today in history around the world including major events on crime, entertainment, and more. |
文件大小 | 76.38 KB |
安装次数 | 292 |
当前版本 | 0.2 |
更新时间 | 2019-03-23 |
上架时间 | 2019-03-22 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.skylandsoft.com |
付费类型 | free |
支持的语言 | 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" } } |