Today in History

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

Was ist Today in History?

Today in History ist eine Chrome-Erweiterung, die von https://www.skylandsoft.com entwickelt wurde, und ihr Hauptmerkmal ist "Learn what happened today in history around the world including major events on crime, entertainment, and more.".

Erweiterungsscreenshots

screenshot

Today in History-Erweiterungs-CRX-Datei herunterladen

Laden Sie Today in History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Today in History Today in History
ID dbojgfjmcencknkdkecolnfailiegnlf
Offizielle URL https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf
Beschreibung Learn what happened today in history around the world including major events on crime, entertainment, and more.
Dateigröße 76.38 KB
Installationsanzahl 292
Aktuelle Version 0.2
Letztes Update 2019-03-23
Veröffentlichungsdatum 2019-03-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.skylandsoft.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}