FocusFox

For serious focus. FocusFox redirects you from distracting sites to sites you actually want to go.

FocusFoxคืออะไร?

FocusFox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Lo Dico และคุณลักษณะหลักของมันคือ "For serious focus. FocusFox redirects you from distracting sites to sites you actually want to go."

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

screenshot
screenshot
screenshot

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

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

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

                        The internet is a distracting place. You are trying to be productive and suddenly you find yourself scrolling on Facebook, Reddit or any other distracting place.

FocusFox helps you to prevent this. By setting up simple rules, you will be redirected from the websites you actually don't want to visit anymore to website you should spend more time on. 

FocusFox is continually being developed. In the near future, you will be able to set your own schedule, randomize your redirect rules and set up more rules.

Do you have questions, suggestions or just want to say hi? Send me a DM on Twitter @David_LoDico                    

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

ชื่อ FocusFox FocusFox
ID knbdgliejcpphfbehgoannkgphpbmncj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/focusfox/knbdgliejcpphfbehgoannkgphpbmncj
คำอธิบาย For serious focus. FocusFox redirects you from distracting sites to sites you actually want to go.
ขนาดไฟล์ 98.87 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-11-18
วันที่เผยแพร่ 2020-10-12
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา David Lo Dico
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "name": "FocusFox",
    "description": "For serious focus. FocusFox redirects you from distracting sites to sites you actually want to go.",
    "version": "2.0.0",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "img\/icon_128.png",
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png"
        }
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhZRIzrbS2oXlMRgHAk7fkct4UuzyK1zdL65bAYI2lHVqX6O\/bz4CEpx\/R\/VrrSx++rpSNlGYcKP\/jEOAD1QIukfXDqRirowaMEl5gZ174vreJQRrJVa7Q9NVVz2IpWgzpTUFwwShU\/cn8Fwku4TJF2baNWcBUJzcU832cmt3\/EuPV3IqCLzf8JrwATlh8HDNuW8JQ5KvGAStqLNDC7A7+tiGYjthYgdZI5yhdIwsjk3U0masDcVcxg7dMgBIR9tj7ttS0axyJUIRQufZaEy+wa8kzzgd4\/yUOmgH2li0hXL9Qz29dEnEUd9pMxfCxYTQBo64AuOcE+njommd8dJJPQIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}