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…

Qu'est-ce que TIL - Learn something new in every tab ?

TIL - Learn something new in every tab est une extension Chrome développée par bluepropane, et sa fonction principale est "Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TIL - Learn something new in every tab

Téléchargez les fichiers d'extension TIL - Learn something new in every tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TIL - Learn something new in every tab TIL - Learn something new in every tab
ID pcmjajnnppnjdbdfhdbfkkdeemkojoea
URL Officiel https://chromewebstore.google.com/detail/til-learn-something-new-i/pcmjajnnppnjdbdfhdbfkkdeemkojoea
Description Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…
Taille du Fichier 310 KB
Nombre d'Installations 24
Version Actuelle 1.1.1
Dernière Mise à Jour 2019-07-21
Date de Publication 2019-07-21
Développeur bluepropane
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}