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…

Wat is TIL - Learn something new in every tab?

TIL - Learn something new in every tab is een Chrome-extensie ontwikkeld door bluepropane, en de belangrijkste functie is "Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TIL - Learn something new in every tab

Download TIL - Learn something new in every tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TIL - Learn something new in every tab TIL - Learn something new in every tab
ID pcmjajnnppnjdbdfhdbfkkdeemkojoea
Officiële URL https://chromewebstore.google.com/detail/til-learn-something-new-i/pcmjajnnppnjdbdfhdbfkkdeemkojoea
Beschrijving Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…
Bestandsgrootte 310 KB
Aantal Installaties 24
Huidige Versie 1.1.1
Laatst Bijgewerkt 2019-07-21
Publicatiedatum 2019-07-21
Ontwikkelaar bluepropane
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}