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文件

下载Did You Know?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}