#1 Distraction Killer: Focus To Flow

This extension will keep you focused.

什麼是#1 Distraction Killer: Focus To Flow?

#1 Distraction Killer: Focus To Flow是由https://focustoflow.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will keep you focused.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載#1 Distraction Killer: Focus To Flow擴展crx文件

下載#1 Distraction Killer: Focus To Flow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Get your time back now ! This plugin acts as your accountability partner.
You will get a notification as soon as you visit one of your submitted websites.
The plugin will ask two things when you visit time-consuming websites 1) what you are gonna do on that website 
and 2) how much time you need to spent on that particular website.
The moment you exceed that time, you'll get a new notification to make sure you are still focused and 'on track'.
Join our Focus To Flow members that claimed to have freed up countless hours.
Your productivity will boost immediately after installing this extension, resulting in more money for your business and more time for your fun projects.
Add it now!                    

擴展基本資訊

名稱 #1 Distraction Killer: Focus To Flow #1 Distraction Killer: Focus To Flow
ID ncojapbljihiflijonjljmabicgbfoga
官方網址 https://chromewebstore.google.com/detail/1-distraction-killer-focu/ncojapbljihiflijonjljmabicgbfoga
簡介 This extension will keep you focused.
檔案大小 33.94 KB
安裝次數 44
目前版本 2.9
更新時間 2020-12-18
上架時間 2020-06-29
評分 5.00/5 共 1 次評分
開發者 https://focustoflow.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://focustoflow.com/
說明頁面URL https://focustoflow.com/
隱私政策頁面URL https://domaintube.net/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": [
        {
            "name": "Stijn Bernaer",
            "url": "https:\/\/focustoflow.com"
        }
    ],
    "manifest_version": 2,
    "name": "#1 Distraction Killer: Focus To Flow ",
    "description": "This extension will keep you focused.",
    "version": "2.9",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/functions.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/functions.js",
                "js\/check_page.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}