Today in History

Learn what happened today in history around the world including major events on crime, entertainment, and more.

¿Qué es Today in History?

Today in History es una extensión de Chrome desarrollada por https://www.skylandsoft.com, y su función principal es "Learn what happened today in history around the world including major events on crime, entertainment, and more.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Today in History

Descarga archivos de extensión Today in History en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Today In History is a chronological timetable of Historical facts in the areas of military, politics, science, music, sports, arts, entertainment and more.                    

Información Básica de la Extensión

Nombre Today in History Today in History
ID dbojgfjmcencknkdkecolnfailiegnlf
URL Oficial https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf
Descripción Learn what happened today in history around the world including major events on crime, entertainment, and more.
Tamaño del Archivo 76.38 KB
Cantidad de Instalaciones 292
Versión Actual 0.2
Última Actualización 2019-03-23
Fecha de Publicación 2019-03-22
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.skylandsoft.com
Tipo de Pago free
Idiomas Soportados 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"
    }
}