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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to make sure you are paying attention to the current task on the tab you have opened."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Not a Jelly Fish! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}