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
Eメール [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"
    }
}