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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}