Scroll Stop

Stop scrolling too far, and stay focused on what's important

Scroll Stopคืออะไร?

Scroll Stop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย indigoBox และคุณลักษณะหลักของมันคือ "Stop scrolling too far, and stay focused on what's important"

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

screenshot
screenshot

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

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

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

                        Scroll Stop is a productivity extension designed to keep you focused on what's important. Choose all the sites you waste too much time on, and Scroll Stop will prevent you from browsing further than you tell it to on those sites.

Simply tell Scroll Stop which websites to be active on, how far it should let you scroll on each, and whether you want Scroll Stop to close the distracting tab, clear it of all contents, or direct you to another website once you've hit your limit.

Scroll Stop does not store any information outside your computer, and is 100% ad-free. We don't track you, record your data, or do anything else nefarious. Scroll Stop is a simple solution to a common problem, with none of the marketing or tracking code that makes competing applications slow and bloated.

Spend less time scrolling, and more time working!

Scroll Stop is a project of indigoBox Studios.                    

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

ชื่อ Scroll Stop Scroll Stop
ID hjaclffbikdneicnleajghmppjdnnohl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scroll-stop/hjaclffbikdneicnleajghmppjdnnohl
คำอธิบาย Stop scrolling too far, and stay focused on what's important
ขนาดไฟล์ 175 KB
จำนวนการติดตั้ง 934
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2019-02-05
วันที่เผยแพร่ 2019-02-04
คะแนน 4.27/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา indigoBox
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll Stop",
    "options_page": "settings.html",
    "description": "Stop scrolling too far, and stay focused on what's important",
    "version": "0.0.6",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "javascript\/inline.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon19-grey.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "javascript\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}