usefulness extension

edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…

usefulness extension란 무엇입니까?

usefulness extension은(는) mroscarfinley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…"입니다.

확장 프로그램 스크린샷

screenshot

usefulness extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        edit 1.2:
highscore with chrome storage API!
snake bug still there, so I'll try to fix it soon

This extension is for the average school kid made by a highschool kid who understands your pain!
features:
 - random number generator
 - inspirational quote to prevent you dying from depression
 - annoying noises:
     - airhorn
     - yee sound

if you have any suggestions please contact [email protected] and check out the website at https://sites.google.com/view/the-usefulness-extension/home

edit 1.1:
snake game bug fixes and improvements
highscore does not currently work yet
tetris coming soon

edit 1.0:
- introducing the snake game!
- removed random number generator and 14khz sound due to complaints. may add later.                    

확장 프로그램 기본 정보

이름 usefulness extension usefulness extension
ID mcikgnlogepdidaonhdkopokgcnapbpi
공식 URL https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi
설명 edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…
파일 크기 62.2 KB
설치 횟수 29
현재 버전 1.2.1
최근 업데이트 2019-05-02
출시 날짜 2019-05-01
평점 5.00/5 총 4 개의 평점
개발자 mroscarfinley
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/the-usefulness-extension/home
도움말 페이지 URL https://sites.google.com/view/the-usefulness-extension/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "usefulness extension",
    "version": "1.2.1",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "default-icon.jpg",
        "default_popup": "popup.html"
    }
}