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…

Cos'è TIL - Learn something new in every tab?

TIL - Learn something new in every tab è un'estensione di Chrome sviluppata da bluepropane, e la sua funzione principale è "Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TIL - Learn something new in every tab

Scarica i file di estensione TIL - Learn something new in every tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TIL - Learn something new in every tab TIL - Learn something new in every tab
ID pcmjajnnppnjdbdfhdbfkkdeemkojoea
URL Ufficiale https://chromewebstore.google.com/detail/til-learn-something-new-i/pcmjajnnppnjdbdfhdbfkkdeemkojoea
Descrizione Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…
Dimensione del File 310 KB
Conteggio Installazioni 24
Versione Corrente 1.1.1
Ultimo Aggiornamento 2019-07-21
Data di Pubblicazione 2019-07-21
Sviluppatore bluepropane
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}