FunFacts

Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar

FunFactsとは何ですか?

FunFactsはmkearlによって開発されたChromeの拡張機能で、その主な機能は「Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar」です。

拡張機能のスクリーンショット

screenshot
screenshot

FunFacts拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Get fun random facts about a wide variety of things including science, technology, history, culture, language, food, and way more! Every new tab you open will have a fun random fact with an accompanying image. ‘Learning something new every day’ is old school. Learn something new every time you open a new tab!
On each new tab, you will also get a Google search bar that will send your search straight to Google.
To get this extension, click on the button "Add to Chrome" on the upper right corner of this window. Chrome will automatically add and activate the FunFacts extension. You may receive a notification asking for some permissions. We will not collect any information about you, these permissions just allow your browser to use the extension correctly. After you approve the permission, the extension will be activated immediately, and you will see fun random facts on your new tabs from now on!                    

拡張機能の基本情報

名前 FunFacts FunFacts
ID mblmhpinekmkfpnhjaaelgkhloeglnkk
公式URL https://chromewebstore.google.com/detail/funfacts/mblmhpinekmkfpnhjaaelgkhloeglnkk
説明 Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar
ファイルサイズ 943 KB
インストール数 291
現在のバージョン 0.0.5
最終更新日 2020-12-10
公開日 2020-11-24
評価 5.00/5 合計 4 レビュー
開発者 mkearl
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FunFacts",
    "version": "0.0.5",
    "description": "Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "funFacts16-01.png",
        "48": "funFacts48-01.png",
        "128": "funFacts128-03.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}