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
官方網址 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
電子郵箱 [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'"
}