Joke Generator
Get a random joke from the official Joke API.
Joke Generator란 무엇입니까?
Joke Generator은(는) cytsai11.tw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a random joke from the official Joke API."입니다.
확장 프로그램 스크린샷
Joke Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Brighten up your day with the Random Joke Generator Extension! This lightweight and easy-to-use browser extension provides you with a fresh, hilarious joke at the click of a button. Perfect for when you need a quick laugh, a conversation starter, or just a break from your daily routine. Features: Generates random jokes from a vast collection of classic and modern humor. Simple, clean, and user-friendly interface that displays the joke in a clear and easy-to-read format. "New Joke" button allows you to generate a new joke instantly. "Copy Joke" button enables you to quickly copy the joke to your clipboard, making it easy to share with friends and family. Don't let life's stresses get you down. Install the Random Joke Generator Extension today and bring a little laughter into your life!
확장 프로그램 기본 정보
이름 | Joke Generator |
ID | pikabpgljebfodhibnafaolfnoiedhdj |
공식 URL | https://chromewebstore.google.com/detail/joke-generator/pikabpgljebfodhibnafaolfnoiedhdj |
설명 | Get a random joke from the official Joke API. |
파일 크기 | 11.37 KB |
설치 횟수 | 59 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-04-05 |
출시 날짜 | 2023-04-05 |
개발자 | cytsai11.tw |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joke Generator", "version": "1.0", "description": "Get a random joke from the official Joke API.", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [] } |