Today in History
Learn what happened today in history around the world including major events on crime, entertainment, and more.
Cos'è Today in History?
Today in History è un'estensione di Chrome sviluppata da https://www.skylandsoft.com, e la sua funzione principale è "Learn what happened today in history around the world including major events on crime, entertainment, and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Today in History
Scarica i file di estensione Today in History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Today In History is a chronological timetable of Historical facts in the areas of military, politics, science, music, sports, arts, entertainment and more.
Informazioni di Base sull'Estensione
Nome | Today in History |
ID | dbojgfjmcencknkdkecolnfailiegnlf |
URL Ufficiale | https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf |
Descrizione | Learn what happened today in history around the world including major events on crime, entertainment, and more. |
Dimensione del File | 76.38 KB |
Conteggio Installazioni | 292 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2019-03-23 |
Data di Pubblicazione | 2019-03-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.skylandsoft.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |