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 |
官方網址 | 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" } } |