TIL - Learn something new in every tab

Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…

O que é TIL - Learn something new in every tab?

TIL - Learn something new in every tab é uma extensão do Chrome desenvolvida por bluepropane, e sua principal característica é "Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TIL - Learn something new in every tab

Baixe arquivos de extensão TIL - Learn something new in every tab 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

                        Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to kickstart your day.                    

Informações Básicas da Extensão

Nome TIL - Learn something new in every tab TIL - Learn something new in every tab
ID pcmjajnnppnjdbdfhdbfkkdeemkojoea
URL Oficial https://chromewebstore.google.com/detail/til-learn-something-new-i/pcmjajnnppnjdbdfhdbfkkdeemkojoea
Descrição Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…
Tamanho do Arquivo 310 KB
Contagem de Instalações 24
Versão Atual 1.1.1
Última Atualização 2019-07-21
Data de Publicação 2019-07-21
Desenvolvedor bluepropane
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TIL - Learn something new in every tab",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.reddit.com\/*",
        "storage",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Today I learned"
    },
    "content_security_policy": "script-src 'self'  https:\/\/www.googletagmanager.com  https:\/\/www.google-analytics.com; object-src 'self'"
}