Did You Know?

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

Did You Know? là gì?

Did You Know? là một tiện ích mở rộng Chrome được phát triển bởi http://mythical5th.com, và tính năng chính của nó là "Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Did You Know?

Tải xuống các tệp mở rộng Did You Know? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Did You Know? Did You Know?
ID dghgjicjklnmemncljoiocfpffkabmha
URL Chính Thức https://chrome.google.com/webstore/detail/did-you-know/dghgjicjklnmemncljoiocfpffkabmha
Mô tả Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page
Kích Thước Tệp 454 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.7.3
Cập Nhật Lần Cuối 2024-02-10
Ngày Phát Hành 2019-04-12
Nhà Phát Triển http://mythical5th.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://mythical5th.com/policies/chromeWebStore.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}