FocusOn

Stop wasting your time

FocusOnคืออะไร?

FocusOn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aisipan และคุณลักษณะหลักของมันคือ "Stop wasting your time"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FocusOn

ดาวน์โหลดไฟล์ส่วนขยาย FocusOn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Stop procrastinating right now!

What is Focus On?
Focus On is a browser extension that serves as our control media in using the internet, especially when you want to do the task but sometimes neglects by opening social media and so forth.

How to use it?
1. After downloading the browser extension, click the icon and select the options
2. Write anything you want to be done in the To do list menu,
3. Submit the sites you want to block so as not to interfere with concentration while working on tasks on the Blocked Sites menu.
4. Set blocking time by selecting always block or set my work time (can be set by working hours) in Time Management menu
5. Activate Focus On by pressing the icon button and move the focus mode toggle to ON :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FocusOn FocusOn
ID cgbddbbbgpdbaemimdmlkjkdebncnfag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/focuson/cgbddbbbgpdbaemimdmlkjkdebncnfag
คำอธิบาย Stop wasting your time
ขนาดไฟล์ 1.44 MB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-08-29
วันที่เผยแพร่ 2017-08-29
คะแนน 4.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา aisipan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "scripts": [
            "assets\/jquery.min.js",
            "common.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "FocusOn",
    "short_name": "FocusOn",
    "version": "1.3",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3Dsk0n4nxqgM034VWI0nFlqjFpcb+WPWi8wjeyDArQl5p+8zBtRZZgItW0AhJBOTVCB+UASkhD6MTvnF32WLdpUlfuU3FbFEEX+eprfhYRZBaiBwVWHQ33N\/SqdS2rsXNDqAxevG+1BoslfaJR5GPK8LezNbOy+CHjBN7fBUcGeYtaaDSZLp65h6FtLoTzkfczwXFj86S4JQX8B1djkg9Mh1bZBi9uSux0Cd2kehZlGMPJmuLEuz5OFzwtQ1SV7vlTKPztwKlxsR+KVe1lDC22pq4RHwM0LLBO1YEV\/Bvz7Z9aV+7qmw74oCaBIaX\/+9sYQGa1CqitcNfeXaoEBEfwIDAQAB",
    "description": "Stop wasting your time",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-off.png",
            "24": "icons\/icon-off.png",
            "32": "icons\/icon-off.png"
        },
        "default_title": "Focus On",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/icon-on.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "options_page": "options.html"
}