Dad Joke Generator

Brighten your day with a random dad joke told to you at a customizable frequency.

Dad Joke Generator là gì?

Dad Joke Generator là một tiện ích mở rộng Chrome được phát triển bởi appsbylamby, và tính năng chính của nó là "Brighten your day with a random dad joke told to you at a customizable frequency.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dad Joke Generator

Tải xuống các tệp mở rộng Dad Joke Generator 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

                        This is a "just for fun" Chrome extension which gets a random dad joke at a customizable time interval. Want to hear a corny dad joke a few times a day? This extension is for you.

If this project brightens your day, consider making a donation to
the Chicago Food Bank (https://www.chicagosfoodbank.org/financial-support/")

This project is free and open source (https://github.com/LambyPants/dad-joke-generator)

Be sure and refresh your page after installing it for the first time.                    

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

Tên Dad Joke Generator Dad Joke Generator
ID omlkegalphjkgijmcjlcgfchcmhiblbj
URL Chính Thức https://chromewebstore.google.com/detail/dad-joke-generator/omlkegalphjkgijmcjlcgfchcmhiblbj
Mô tả Brighten your day with a random dad joke told to you at a customizable frequency.
Kích Thước Tệp 45.25 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-03-28
Ngày Phát Hành 2021-03-17
Nhà Phát Triển appsbylamby
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LambyPants/dad-joke-generator
URL Trang Trợ Giúp https://github.com/LambyPants/dad-joke-generator
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dad Joke Generator",
    "version": "1.0.1",
    "description": "Brighten your day with a random dad joke told to you at a customizable frequency.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "mrTurner.png",
        "content.js"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-e0a4c960.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "assets\/background-779e9a01.js"
        ]
    },
    "icons": {
        "48": "icon.png",
        "128": "large-icon.png"
    }
}