Rescroller
Decorate your scrollbars.
Apa itu Rescroller?
Rescroller adalah ekstensi Chrome yang dikembangkan oleh David Watkins, dan fitur utamanya adalah "Decorate your scrollbars.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rescroller
Unduh file ekstensi Rescroller 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
Rescroller allows you to customize the look and feel of the scrollbars on webpages within Google Chrome. Using the included settings, set the color, shadows, borders, etc. of each scrollbar element, or write custom CSS to style the scrollbars manually. Find Rescroller on GitHub: https://github.com/davidofwatkins/rescroller
Informasi Dasar Ekstensi
Nama | Rescroller |
ID | ddehdnnhjimbggeeenghijehnpakijod |
URL Resmi | https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod |
Deskripsi | Decorate your scrollbars. |
Ukuran File | 320 KB |
Jumlah Instalasi | 42,842 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2016-08-08 |
Tanggal Publikasi | 2016-08-07 |
Penilaian | 4.43/5 Total 360 Penilaian |
Pengembang | David Watkins |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rescroller", "version": "1.3", "version_name": "1.3", "manifest_version": 2, "description": "Decorate your scrollbars.", "icons": { "16": "appicons\/icon16.png", "19": "appicons\/icon19.png", "48": "appicons\/icon48.png", "128": "appicons\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_title": "Rescroller Settings", "default_icon": "appicons\/icon19.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/cssjson.js", "js\/rescroller.js", "js\/background.js" ], "persistant": false }, "permissions": [ " |