Chrome Auto Scroll
Automatically scroll a web page
Chrome Auto Scroll क्या है?
Chrome Auto Scroll MichaelStanden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically scroll a web page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome Auto Scroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |