Did You Know?

Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page

O que é Did You Know??

Did You Know? é uma extensão do Chrome desenvolvida por http://mythical5th.com, e sua principal característica é "Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Did You Know?

Baixe arquivos de extensão Did You Know? 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

                        Open the popup to see a carousel of interesting facts, events from this day in history, and funny or inspiring quotes, all sourced from Wikipedia, Infogalactic and The Quotations Page.

This extension is not affiliated with Wikipedia (wikipedia.org), Infogalactic (infogalactic.com) or The Quotations Page (quotationspage.com).

The lightbulb icon and other icons in this extension are in the public domain and available from
http://paomedia.github.io/small-n-flat/                    

Informações Básicas da Extensão

Nome Did You Know? Did You Know?
ID dghgjicjklnmemncljoiocfpffkabmha
URL Oficial https://chrome.google.com/webstore/detail/did-you-know/dghgjicjklnmemncljoiocfpffkabmha
Descrição Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page
Tamanho do Arquivo 454 KB
Contagem de Instalações 54
Versão Atual 1.7.3
Última Atualização 2024-02-10
Data de Publicação 2019-04-12
Desenvolvedor http://mythical5th.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://mythical5th.com/policies/chromeWebStore.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "DidYouKnow",
    "version": "1.7.3",
    "manifest_version": 3,
    "default_locale": "en",
    "incognito": "split",
    "icons": {
        "16": "icons\/light-bulb16.png",
        "19": "icons\/light-bulb19.png",
        "32": "icons\/light-bulb32.png",
        "38": "icons\/light-bulb38.png",
        "48": "icons\/light-bulb48.png",
        "128": "icons\/light-bulb128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*.wikipedia.org\/",
        "https:\/\/*.wikipedia.org\/",
        "http:\/\/*.infogalactic.com\/",
        "https:\/\/*.infogalactic.com\/",
        "http:\/\/*.quotationspage.com\/",
        "https:\/\/*.quotationspage.com\/"
    ],
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "sw.js"
    }
}