Today in History

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

Hvad er Today in History?

Today in History er en Chrome-udvidelse udviklet af https://www.skylandsoft.com, og dens hovedfunktion er "Learn what happened today in history around the world including major events on crime, entertainment, and more.".

Udvidelsesskærmbilleder

screenshot

Download Today in History-udvidelses-CRX-fil

Download Today in History-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Today in History Today in History
ID dbojgfjmcencknkdkecolnfailiegnlf
Officiel URL https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf
Beskrivelse Learn what happened today in history around the world including major events on crime, entertainment, and more.
Filstørrelse 76.38 KB
Antal Installationer 292
Nuværende Version 0.2
Senest Opdateret 2019-03-23
Udgivelsesdato 2019-03-22
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.skylandsoft.com
Betalingsmetode free
Understøttede Sprog 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"
    }
}