My Scroll Button
Simply scrolling to top or bottom
Apa itu My Scroll Button?
My Scroll Button adalah ekstensi Chrome yang dikembangkan oleh N.Zetoutou, dan fitur utamanya adalah "Simply scrolling to top or bottom".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi My Scroll Button
Unduh file ekstensi My Scroll Button 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
A simple scroll button. Perfect for tumblr or twitter which use endless loading. you can disable for specific site and your seetings is always synced with Chrome sync (you must check "extensions" in google chrome sync) This extension has very light code (~ 6k without scroll image). Enjoys ! ************************ my other extensions *************** https://chrome.google.com/webstore/detail/font-playground/hdpmpnhaoddjelneingmbnhaibbmjgno https://chrome.google.com/webstore/detail/fast-bookmark-scanner/gjcmklpilmpfhfjpebhnapnglcppdbic https://chrome.google.com/webstore/detail/click-counter-beta/pjjhodhefdnglbaaogjilbficnccehlf
Informasi Dasar Ekstensi
Nama | My Scroll Button |
ID | pbpnciineegkfenpaaebjmbmmbhocipf |
URL Resmi | https://chromewebstore.google.com/detail/my-scroll-button/pbpnciineegkfenpaaebjmbmmbhocipf |
Deskripsi | Simply scrolling to top or bottom |
Ukuran File | 14.9 KB |
Jumlah Instalasi | 285 |
Versi Saat Ini | 2017.11.15 |
Terakhir Diperbarui | 2017-11-15 |
Tanggal Publikasi | 2017-11-15 |
Penilaian | 4.14/5 Total 14 Penilaian |
Pengembang | N.Zetoutou |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Scroll Button", "version": "2017.11.15", "description": "Simply scrolling to top or bottom", "icons": { "16": "icon-ext-48.png", "48": "icon-ext-48.png", "128": "icon-ext-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "css": [ "content_script.css" ] } ], "browser_action": { "default_icon": "icon-ext-48.png", "default_popup": "browser_action.html" }, "web_accessible_resources": [ "icon-up.png" ], "permissions": [ "storage", "activeTab" ], "manifest_version": 2 } |