Scroll Master
Your scroller with more control.
Apa itu Scroll Master?
Scroll Master adalah ekstensi Chrome yang dikembangkan oleh ziyu.app, dan fitur utamanya adalah "Your scroller with more control.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scroll Master
Unduh file ekstensi Scroll Master 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
Informasi Dasar Ekstensi
Nama | |
ID | mhalmopmocdbokhgdbooincjafblpjnb |
URL Resmi | https://chrome.google.com/webstore/detail/scroll-master/mhalmopmocdbokhgdbooincjafblpjnb |
Deskripsi | Your scroller with more control. |
Ukuran File | 310 KB |
Jumlah Instalasi | 324 |
Versi Saat Ini | 0.0.13 |
Terakhir Diperbarui | 2015-09-21 |
Tanggal Publikasi | 2015-09-21 |
Penilaian | 3.86/5 Total 35 Penilaian |
Pengembang | ziyu.app |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.13", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/compiled.js" ], "css": [ "styles\/contentscript.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "template.html", "fonts\/*" ], "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |