Scroller
Scrolls to the bottom of web pages that load their content dynamically with AJAX.
ما هو Scroller؟
Scroller هو إضافة Chrome تم تطويرها بواسطة http://www.nirodhasoftware.com، والميزة الرئيسية لها هي "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scroller
قم بتنزيل ملفات الامتداد Scroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Scroller can be helpful when interacting with websites that load content as the user scrolls down the page. One problem with dynamic content loading is that you cannot search the entire page content without manually scrolling to the bottom of the page. Click on the Scroller button will perform the scrolling automatically for you. Free. No ads.
معلومات أساسية عن التمديد
الاسم | |
ID | ipldphdlpbbjchabnlmgljicgakpmnha |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha |
الوصف | Scrolls to the bottom of web pages that load their content dynamically with AJAX. |
حجم الملف | 8.09 KB |
عدد التثبيتات | 133 |
النسخة الحالية | 0.3 |
آخر تحديث | 2014-02-13 |
تاريخ النشر | 2014-02-13 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | http://www.nirodhasoftware.com |
نوع الدفع | free |
موقع الإضافة | http://www.nirodhasoftware.com/scroller |
عنوان صفحة المساعدة | http://www.nirodhasoftware.com/scroller |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroller", "short_name": "Scroller", "version": "0.3", "author": "Nirodha Software", "homepage_url": "http:\/\/www.nirodhasoftware.com\/scroller", "description": "Scrolls to the bottom of web pages that load their content dynamically with AJAX.", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Scroller", "default_icon": "arrow.png" }, "permissions": [ "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |