Joke Extension
Click to deliver a new joke!
Joke Extension란 무엇입니까?
Joke Extension은(는) harshsheth1128에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to deliver a new joke!"입니다.
확장 프로그램 스크린샷
Joke Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Studying, stressed, or are you simply bored. With the joke extension get 100 new jokes delivered to your thinking module with the simple click of a button. The jokes are updated every 24 hours so check back often. The joke extension keeps track of the joke you viewed last so you don't have to go through the process of clicking through old viewed jokes. All jokes are polled from the top 100 of the last 24 hours on www.reddit.com/r/jokes All rights are reserved to the creator, I do not own any of these.
확장 프로그램 기본 정보
이름 | |
ID | jjbkhccadjacoagfdkckilefbjjmfhge |
공식 URL | https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge |
설명 | Click to deliver a new joke! |
파일 크기 | 457 KB |
설치 횟수 | 298 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-04-30 |
출시 날짜 | 2018-04-30 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | harshsheth1128 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joke Extension", "version": "1.0", "description": "Click to deliver a new joke!", "permissions": [ "storage" ], "background": { "scripts": [ "main.js" ], "persistent": false }, "browser_action": { "default_title": "Joke", "default_popup": "index.html" }, "manifest_version": 2 } |