FunFacts

Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar

O que é FunFacts?

FunFacts é uma extensão do Chrome desenvolvida por mkearl, e sua principal característica é "Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FunFacts

Baixe arquivos de extensão FunFacts 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

                        Get fun random facts about a wide variety of things including science, technology, history, culture, language, food, and way more! Every new tab you open will have a fun random fact with an accompanying image. ‘Learning something new every day’ is old school. Learn something new every time you open a new tab!
On each new tab, you will also get a Google search bar that will send your search straight to Google.
To get this extension, click on the button "Add to Chrome" on the upper right corner of this window. Chrome will automatically add and activate the FunFacts extension. You may receive a notification asking for some permissions. We will not collect any information about you, these permissions just allow your browser to use the extension correctly. After you approve the permission, the extension will be activated immediately, and you will see fun random facts on your new tabs from now on!                    

Informações Básicas da Extensão

Nome FunFacts FunFacts
ID mblmhpinekmkfpnhjaaelgkhloeglnkk
URL Oficial https://chromewebstore.google.com/detail/funfacts/mblmhpinekmkfpnhjaaelgkhloeglnkk
Descrição Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar
Tamanho do Arquivo 943 KB
Contagem de Instalações 291
Versão Atual 0.0.5
Última Atualização 2020-12-10
Data de Publicação 2020-11-24
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor mkearl
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FunFacts",
    "version": "0.0.5",
    "description": "Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "funFacts16-01.png",
        "48": "funFacts48-01.png",
        "128": "funFacts128-03.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}