Nook

Nook is an extension that plays Animal Crossing hourly themes on the hour.

Nook란 무엇입니까?

Nook은(는) matlsn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nook is an extension that plays Animal Crossing hourly themes on the hour."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Note: Per Chrome Manifest V3, I've created a Desktop version to replace this extension.
Download: https://nook.camp

Nook is a Chrome extension created for people who love to listen to Animal Crossing's hourly music all day, every day.

Firefox edition: https://addons.mozilla.org/en-US/firefox/addon/nook/

This extension was inspired by the "Animal Crossing Music" extension. Since the development of that extension is now rather stagnant, I decided to create a new one.

Nook seeks to improve upon previous extensions with similar functionality. Below is a list of some improvements.

- Clean UI.
- Options are in a popup window, allowing music to be adjusted on-the-fly.
- Tiny extension size (below 100kb at the time of writing)
- Tiny sound size (90% of hourly songs are under 1mb)
- All sounds aren't downloaded at once, and Nook only downloads what it needs.
- Rain sound effects.
- Accessible.                    

확장 프로그램 기본 정보

이름 Nook Nook
ID gndfjlldkaonpbpdagdnpgobcbgcpdah
공식 URL https://chrome.google.com/webstore/detail/nook/gndfjlldkaonpbpdagdnpgobcbgcpdah
설명 Nook is an extension that plays Animal Crossing hourly themes on the hour.
파일 크기 134 KB
설치 횟수 17,391
현재 버전 0.0.4.1
최근 업데이트 2022-12-07
출시 날짜 2020-06-03
평점 4.79/5 총 247 개의 평점
개발자 matlsn
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nook",
    "description": "Nook is an extension that plays Animal Crossing hourly themes on the hour.",
    "version": "0.0.4.1",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Nook",
        "default_popup": "popup\/options.html"
    },
    "background": {
        "scripts": [
            "src\/howler.js",
            "src\/timehandler.js",
            "src\/options.js",
            "src\/actions.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ]
}