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…

TIL - Learn something new in every tab क्या है?

TIL - Learn something new in every tab bluepropane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TIL - Learn something new in every tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TIL - Learn something new in every tab TIL - Learn something new in every tab
ID pcmjajnnppnjdbdfhdbfkkdeemkojoea
आधिकारिक URL https://chromewebstore.google.com/detail/til-learn-something-new-i/pcmjajnnppnjdbdfhdbfkkdeemkojoea
विवरण Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…
फ़ाइल का आकार 310 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2019-07-21
प्रकाशन तिथि 2019-07-21
डेवलपर bluepropane
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}