Daily Facts

Daily Facts : Get Daily Facts about Historical Events, Birthdays, Deaths

Daily Facts란 무엇입니까?

Daily Facts은(는) https://d2rinternetholdings.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Daily Facts : Get Daily Facts about Historical Events, Birthdays, Deaths"입니다.

확장 프로그램 스크린샷

screenshot

Daily Facts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Daily Facts new tab extension makes your browsing and searching fun and interesting! learn what happened today in history, who was born, who died and easily search the web for any other information!

Please read carefully: By installing Daily Facts extension you agree to the End User License Agreement and the Privacy Policy.
Please note that this extension provides an easy to use search option right inside your new tab, that will be provided by Bing.

End User License Agreement: https://www.d2rinternetholdings.com/eula-df
Privacy Policy: https://www.d2rinternetholdings.com/privacy-policy-qa
you may remove this extension at any time from the chrome extension page                    

확장 프로그램 기본 정보

이름 Daily Facts Daily Facts
ID fmlbajonajlacdodilkjocjcnfkkjoek
공식 URL https://chromewebstore.google.com/detail/daily-facts/fmlbajonajlacdodilkjocjcnfkkjoek
설명 Daily Facts : Get Daily Facts about Historical Events, Birthdays, Deaths
파일 크기 101 KB
설치 횟수 205
현재 버전 4.4
최근 업데이트 2023-07-18
출시 날짜 2021-01-14
평점 4.13/5 총 8 개의 평점
개발자 https://d2rinternetholdings.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.d2rinternetholdings.com/
도움말 페이지 URL https://www.d2rinternetholdings.com/
개인정보 보호 정책 페이지 URL https://www.d2rinternetholdings.com/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Daily Facts",
    "version": "4.4",
    "description": "Daily Facts : Get Daily Facts about Historical Events, Birthdays, Deaths",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "*:\/\/feeds.feedburner.com\/*"
    ]
}