Scroll Master
Your scroller with more control.
ما هو Scroll Master؟
Scroll Master هو إضافة Chrome تم تطويرها بواسطة ziyu.app، والميزة الرئيسية لها هي "Your scroller with more control.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scroll Master
قم بتنزيل ملفات الامتداد Scroll Master بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | mhalmopmocdbokhgdbooincjafblpjnb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/scroll-master/mhalmopmocdbokhgdbooincjafblpjnb |
الوصف | Your scroller with more control. |
حجم الملف | 310 KB |
عدد التثبيتات | 324 |
النسخة الحالية | 0.0.13 |
آخر تحديث | 2015-09-21 |
تاريخ النشر | 2015-09-21 |
تقييم | 3.86/5 مجموع تقييمات 35 |
المطور | ziyu.app |
نوع الدفع | free |
اللغات المدعومة | 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:\/\/*\/*" ] } |