Today in History

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

Wat is Today in History?

Today in History is een Chrome-extensie ontwikkeld door https://www.skylandsoft.com, en de belangrijkste functie is "Learn what happened today in history around the world including major events on crime, entertainment, and more.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Today in History

Download Today in History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Today in History Today in History
ID dbojgfjmcencknkdkecolnfailiegnlf
Officiële URL https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf
Beschrijving Learn what happened today in history around the world including major events on crime, entertainment, and more.
Bestandsgrootte 76.38 KB
Aantal Installaties 292
Huidige Versie 0.2
Laatst Bijgewerkt 2019-03-23
Publicatiedatum 2019-03-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.skylandsoft.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}