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! là gì?

Not a Jelly Fish! là một tiện ích mở rộng Chrome được phát triển bởi joshiutsaha1, và tính năng chính của nó là "Extension to make sure you are paying attention to the current task on the tab you have opened.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Not a Jelly Fish!

Tải xuống các tệp mở rộng Not a Jelly Fish! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Not a Jelly Fish! Not a Jelly Fish!
ID knojpggkcnoocgoddpmijbgmhekdalik
URL Chính Thức https://chromewebstore.google.com/detail/not-a-jelly-fish/knojpggkcnoocgoddpmijbgmhekdalik
Mô tả Extension to make sure you are paying attention to the current task on the tab you have opened.
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-06-14
Ngày Phát Hành 2021-06-10
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển joshiutsaha1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}