Scroll Progress Bar

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

Apa itu Scroll Progress Bar?

Scroll Progress Bar adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Scroll Progress Bar

Unduh file ekstensi Scroll Progress Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Scroll Progress Bar Scroll Progress Bar
ID dfejgdncgcidoeabmpdfbibmmkfbbbaf
URL Resmi https://chromewebstore.google.com/detail/scroll-progress-bar/dfejgdncgcidoeabmpdfbibmmkfbbbaf
Deskripsi Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.
Ukuran File 1019 KB
Jumlah Instalasi 193
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-10-21
Tanggal Publikasi 2017-10-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
URL Halaman Bantuan https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
Bahasa yang Didukung 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"
            ]
        }
    ]
}