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によって開発されたChromeの拡張機能で、その主な機能は「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

TIL - Learn something new in every tab拡張機能のCRXファイルをダウンロード

TIL - Learn something new in every tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}