Not a Jelly Fish!

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

Qu'est-ce que Not a Jelly Fish! ?

Not a Jelly Fish! est une extension Chrome développée par joshiutsaha1, et sa fonction principale est "Extension to make sure you are paying attention to the current task on the tab you have opened.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Not a Jelly Fish!

Téléchargez les fichiers d'extension Not a Jelly Fish! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Not a Jelly Fish! Not a Jelly Fish!
ID knojpggkcnoocgoddpmijbgmhekdalik
URL Officiel https://chromewebstore.google.com/detail/not-a-jelly-fish/knojpggkcnoocgoddpmijbgmhekdalik
Description Extension to make sure you are paying attention to the current task on the tab you have opened.
Taille du Fichier 267 KB
Nombre d'Installations 28
Version Actuelle 1.1
Dernière Mise à Jour 2021-06-14
Date de Publication 2021-06-10
Évaluation 5.00/5 Total 7 Évaluations
Développeur joshiutsaha1
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}