Today in History

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

Co je Today in History?

Today in History je rozšíření Chrome vyvinuté https://www.skylandsoft.com, a jeho hlavní funkcí je „Learn what happened today in history around the world including major events on crime, entertainment, and more.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Today in History

Stáhněte si soubory rozšíření Today in History ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Today in History Today in History
ID dbojgfjmcencknkdkecolnfailiegnlf
Oficiální URL https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf
Popis Learn what happened today in history around the world including major events on crime, entertainment, and more.
Velikost souboru 76.38 KB
Počet instalací 292
Aktuální Verze 0.2
Poslední Aktualizace 2019-03-23
Datum Vydání 2019-03-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.skylandsoft.com
Typ Platby free
Podporované Jazyky 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"
    }
}