Dad Joke Generator

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

什么是Dad Joke Generator?

Dad Joke Generator是由appsbylamby开发的Chrome扩展程序,该扩展的主要功能是“Brighten your day with a random dad joke told to you at a customizable frequency.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Dad Joke Generator扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Dad Joke Generator Dad Joke Generator
ID omlkegalphjkgijmcjlcgfchcmhiblbj
官方URL https://chromewebstore.google.com/detail/dad-joke-generator/omlkegalphjkgijmcjlcgfchcmhiblbj
简介 Brighten your day with a random dad joke told to you at a customizable frequency.
文件大小 45.25 KB
安装次数 37
当前版本 1.0.1
更新时间 2021-03-28
上架时间 2021-03-17
开发者 appsbylamby
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/LambyPants/dad-joke-generator
帮助页面URL https://github.com/LambyPants/dad-joke-generator
支持的语言 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"
    }
}