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ファイルをダウンロード

Not a Jelly Fish!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}