Scroll Progress Bar

Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.

Scroll Progress Barคืออะไร?

Scroll Progress Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled."

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

screenshot

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

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

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

                        When reading a long webpage, it is nice to have a visual aid to see how much progress you've made. This extension adds an unobtrusive horizontal progress bar to the top of your screen that indicated how far down the page you have scrolled.                    

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

ชื่อ Scroll Progress Bar Scroll Progress Bar
ID dfejgdncgcidoeabmpdfbibmmkfbbbaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scroll-progress-bar/dfejgdncgcidoeabmpdfbibmmkfbbbaf
คำอธิบาย Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.
ขนาดไฟล์ 1019 KB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-10-21
วันที่เผยแพร่ 2017-10-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
URL หน้าช่วยเหลือ https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll Progress Bar",
    "description": "Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "version": "0.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}