Chrome Auto Scroll
Automatically scroll a web page
ما هو Chrome Auto Scroll؟
Chrome Auto Scroll هو إضافة Chrome تم تطويرها بواسطة MichaelStanden، والميزة الرئيسية لها هي "Automatically scroll a web page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome Auto Scroll
قم بتنزيل ملفات الامتداد Chrome Auto Scroll بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click a button and watch your web page slowly scroll to the button. Allows for a seamless viewing experience without the need to scroll manually. Adjustable scroll speed to ensure the right experience whether your scrolling images, links or walls of text.
معلومات أساسية عن التمديد
الاسم | Chrome Auto Scroll |
ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
الوصف | Automatically scroll a web page |
حجم الملف | 10.18 KB |
عدد التثبيتات | 3,053 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-11-22 |
تاريخ النشر | 2015-11-22 |
تقييم | 2.57/5 مجموع تقييمات 14 |
المطور | MichaelStanden |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Auto Scroll", "description": "Automatically scroll a web page", "version": "1.0", "author": "Michael Standen", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "default_title": "Auto Scroll (OFF)" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html" } |