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…
Was ist TIL - Learn something new in every tab?
TIL - Learn something new in every tab ist eine Chrome-Erweiterung, die von bluepropane entwickelt wurde, und ihr Hauptmerkmal ist "Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…".
Erweiterungsscreenshots
TIL - Learn something new in every tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie TIL - Learn something new in every tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | pcmjajnnppnjdbdfhdbfkkdeemkojoea | 
| Offizielle URL | https://chromewebstore.google.com/detail/til-learn-something-new-i/pcmjajnnppnjdbdfhdbfkkdeemkojoea | 
| Beschreibung | Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to… | 
| Dateigröße | 310 KB | 
| Installationsanzahl | 24 | 
| Aktuelle Version | 1.1.1 | 
| Letztes Update | 2019-07-21 | 
| Veröffentlichungsdatum | 2019-07-21 | 
| Entwickler | bluepropane | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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'"
}  |  |