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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |