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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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