Did You Know?

Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page

Did You Know?란 무엇입니까?

Did You Know?은(는) http://mythical5th.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Did You Know? 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Open the popup to see a carousel of interesting facts, events from this day in history, and funny or inspiring quotes, all sourced from Wikipedia, Infogalactic and The Quotations Page.

This extension is not affiliated with Wikipedia (wikipedia.org), Infogalactic (infogalactic.com) or The Quotations Page (quotationspage.com).

The lightbulb icon and other icons in this extension are in the public domain and available from
http://paomedia.github.io/small-n-flat/                    

확장 프로그램 기본 정보

이름 Did You Know? Did You Know?
ID dghgjicjklnmemncljoiocfpffkabmha
공식 URL https://chrome.google.com/webstore/detail/did-you-know/dghgjicjklnmemncljoiocfpffkabmha
설명 Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page
파일 크기 454 KB
설치 횟수 54
현재 버전 1.7.3
최근 업데이트 2024-02-10
출시 날짜 2019-04-12
개발자 http://mythical5th.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://mythical5th.com/policies/chromeWebStore.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "DidYouKnow",
    "version": "1.7.3",
    "manifest_version": 3,
    "default_locale": "en",
    "incognito": "split",
    "icons": {
        "16": "icons\/light-bulb16.png",
        "19": "icons\/light-bulb19.png",
        "32": "icons\/light-bulb32.png",
        "38": "icons\/light-bulb38.png",
        "48": "icons\/light-bulb48.png",
        "128": "icons\/light-bulb128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*.wikipedia.org\/",
        "https:\/\/*.wikipedia.org\/",
        "http:\/\/*.infogalactic.com\/",
        "https:\/\/*.infogalactic.com\/",
        "http:\/\/*.quotationspage.com\/",
        "https:\/\/*.quotationspage.com\/"
    ],
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "sw.js"
    }
}