Today in History
Learn what happened today in history around the world including major events on crime, entertainment, and more.
O que é Today in History?
Today in History é uma extensão do Chrome desenvolvida por https://www.skylandsoft.com, e sua principal característica é "Learn what happened today in history around the world including major events on crime, entertainment, and more.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Today in History
Baixe arquivos de extensão Today in History no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Today In History is a chronological timetable of Historical facts in the areas of military, politics, science, music, sports, arts, entertainment and more.
Informações Básicas da Extensão
Nome | Today in History |
ID | dbojgfjmcencknkdkecolnfailiegnlf |
URL Oficial | https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf |
Descrição | Learn what happened today in history around the world including major events on crime, entertainment, and more. |
Tamanho do Arquivo | 76.38 KB |
Contagem de Instalações | 292 |
Versão Atual | 0.2 |
Última Atualização | 2019-03-23 |
Data de Publicação | 2019-03-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.skylandsoft.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |