Not a Jelly Fish!

Extension to make sure you are paying attention to the current task on the tab you have opened.

Not a Jelly Fish!란 무엇입니까?

Not a Jelly Fish!은(는) joshiutsaha1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to make sure you are paying attention to the current task on the tab you have opened."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Not a Jelly Fish! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Not A Jelly Fish! is a chrome extension for productivity. The user navigates to a tab he/she needs to focus on for an amount of time and then starts the timer using the extension's pop up. Doing so locks the tab as the 'FOCUS TAB' and if the user navigates to some other tab then he/she is redirected to a 'fail' page. The user then has to go back to his/her FOCUS TAB and continue their work on that tab until the timer runs out. The user can stop the timer manually as well.

With various distractions on the internet, it is hard to focus on your important online course or the google docs file you been working on. This extension helps you bring your focus on tab at a time.                    

확장 프로그램 기본 정보

이름 Not a Jelly Fish! Not a Jelly Fish!
ID knojpggkcnoocgoddpmijbgmhekdalik
공식 URL https://chromewebstore.google.com/detail/not-a-jelly-fish/knojpggkcnoocgoddpmijbgmhekdalik
설명 Extension to make sure you are paying attention to the current task on the tab you have opened.
파일 크기 267 KB
설치 횟수 28
현재 버전 1.1
최근 업데이트 2021-06-14
출시 날짜 2021-06-10
평점 5.00/5 총 7 개의 평점
개발자 joshiutsaha1
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Not a Jelly Fish!",
    "description": "Extension to make sure you are paying attention to the current task on the tab you have opened.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/interact.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}