Focus

Block distracting websites and get inspired to focus on what's important

Focusคืออะไร?

Focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ybinstock และคุณลักษณะหลักของมันคือ "Block distracting websites and get inspired to focus on what's important"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Block distracting websites and get inspired to focus on what's important.
You want to be productive and spend your time online in a purposeful way. But it can difficult with all of the online distractions out there. There are plenty of other tools like Block site and StayFocusd that block you from accessing Facebook, Reddit, Pinterest or whatever your Internet vice might be, and others like Momentum that inspire you every time you open a new tab, but Focus stands out by helping you to get back to what's important. 

On the options page, record which websites you want to be blocked from. When attempting to reach that page, our blocked page will show an inspirational message on top of a high-resolution image. Hopefully with that little inspiration, you'll be back to work. 

Focus also offers in-app purchases where you can record your epic dream and be reminded of it every time you try to get to a blocked page. Imagine all the time you'll spend working on achieving your biggest dreams instead of mindlessly surfing the Internet.                    

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

ชื่อ Focus Focus
ID bjmcjeffnloaojffcbaekmcokegnejlf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/focus/bjmcjeffnloaojffcbaekmcokegnejlf
คำอธิบาย Block distracting websites and get inspired to focus on what's important
ขนาดไฟล์ 23.96 MB
จำนวนการติดตั้ง 472
เวอร์ชันปัจจุบัน 2.0.7
อัปเดตครั้งล่าสุด 2016-09-15
วันที่เผยแพร่ 2016-09-15
คะแนน 4.50/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา ybinstock
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.yonibinstock.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus",
    "version": "2.0.7",
    "description": "Block distracting websites and get inspired to focus on what's important",
    "icons": {
        "16": "inspirelogo16.png",
        "48": "inspirelogo48.png",
        "128": "inspirelogo128.png"
    },
    "browser_action": {
        "default_icon": "inspirelogo19.png",
        "default_title": "Inspire Router",
        "default_popup": "\/pages\/popup.html"
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "",
        "webRequest",
        "*:\/\/*.google.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "\/pages\/fieldpage.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/www.bit.ly\/FocusExtension inspire.html https:\/\/www.tilt.com\/tilts\/donate-to-support-focus?_branch_match_id=219151969309229271 http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.5\/js\/bootstrap.min.js https:\/\/ssl.google-analytics.com\/ga.js http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.3\/jquery.min.js https:\/\/connect.facebook.net https:\/\/www.facebook.com https:\/\/chrome.google.com https:\/\/chrome.google.com; object-src 'self'"
}