Today in History

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

Qu'est-ce que Today in History ?

Today in History est une extension Chrome développée par https://www.skylandsoft.com, et sa fonction principale est "Learn what happened today in history around the world including major events on crime, entertainment, and more.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Today in History

Téléchargez les fichiers d'extension Today in History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Today in History Today in History
ID dbojgfjmcencknkdkecolnfailiegnlf
URL Officiel https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf
Description Learn what happened today in history around the world including major events on crime, entertainment, and more.
Taille du Fichier 76.38 KB
Nombre d'Installations 292
Version Actuelle 0.2
Dernière Mise à Jour 2019-03-23
Date de Publication 2019-03-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.skylandsoft.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}