scroll style
Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展
ما هو scroll style؟
scroll style هو إضافة Chrome تم تطويرها بواسطة Jomic، والميزة الرئيسية لها هي "Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة scroll style
قم بتنزيل ملفات الامتداد scroll style بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Like a scroll bar in the android, activity display the scroll bar, usually when they don't show, don't take any extension process. 像android中滚动条一样,活动时显示滚动条,平常时则不显示,不占扩展进程。 =============================== 1.2.X update: add horizontal scrollbar. detect flash player in full window mode and hide this scrollbar.(experimental) update colors from material design guide. update jquery to be compatible with firefox. 注:原作者联系不上,代码是我私自更新的。非码农,bug修复极慢。╮(╯▽╰)╭
معلومات أساسية عن التمديد
الاسم | scroll style |
ID | dojgafhdmabofajcjcihnbdklglboald |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/scroll-style/dojgafhdmabofajcjcihnbdklglboald |
الوصف | Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展 |
حجم الملف | 61.4 KB |
عدد التثبيتات | 1,558 |
النسخة الحالية | 1.2.5 |
آخر تحديث | 2017-12-07 |
تاريخ النشر | 2017-12-07 |
تقييم | 4.48/5 مجموع تقييمات 40 |
المطور | Jomic |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "css.css" ], "js": [ "jquery-3.1.1.min.js", "onload-chrome.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Like android's scroll bars. \u50cfandroid\u7684\u6eda\u52a8\u6761\u3002Forked from onlywsx's extension. \u79fb\u690d\u81eaonlywsx\u7684\u539f\u6269\u5c55", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "scroll style", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.2.5" } |