Today in History
Learn what happened today in history around the world including major events on crime, entertainment, and more.
Apa itu Today in History?
Today in History adalah ekstensi Chrome yang dikembangkan oleh https://www.skylandsoft.com, dan fitur utamanya adalah "Learn what happened today in history around the world including major events on crime, entertainment, and more.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Today in History
Unduh file ekstensi Today in History dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Today In History is a chronological timetable of Historical facts in the areas of military, politics, science, music, sports, arts, entertainment and more.
Informasi Dasar Ekstensi
Nama | Today in History |
ID | dbojgfjmcencknkdkecolnfailiegnlf |
URL Resmi | https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf |
Deskripsi | Learn what happened today in history around the world including major events on crime, entertainment, and more. |
Ukuran File | 76.38 KB |
Jumlah Instalasi | 292 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2019-03-23 |
Tanggal Publikasi | 2019-03-22 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.skylandsoft.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |