AutoScrolling
Auto-scrolling without mouse-wheel
AutoScrolling क्या है?
AutoScrolling pinkienort द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-scrolling without mouse-wheel"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoScrolling एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin enables you auto-scrolling without using mouse wheel. When you click the icon on the toolbar, the auto-scrolling is started. If you want to stop, then click the icon again. And the scrolling is also stopped when you switch the active tab in the active window. The plugin helps you for such situation, that you are doing some task or games with watching the web sites like Twitter or Tumblr. If you find some bugs or request some features, please sends me mails or create issues in the homepage of this plugin. Thank you for users.
एक्सटेंशन की मूल जानकारी
नाम | AutoScrolling |
ID | maibgninmecbokncboknddpeaedfioea |
आधिकारिक URL | https://chromewebstore.google.com/detail/autoscrolling/maibgninmecbokncboknddpeaedfioea |
विवरण | Auto-scrolling without mouse-wheel |
फ़ाइल का आकार | 233 KB |
स्थापना संख्या | 1,046 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-03-26 |
प्रकाशन तिथि | 2019-03-25 |
रेटिंग | 2.67/5 कुल 3 रेटिंग्स |
डेवलपर | pinkienort |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pinkienort/AutoScrolling |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoScrolling", "version": "1.0.0", "author": "pinkienort", "homepage_url": "https:\/\/github.com\/pinkienort\/AutoScrolling", "description": "Auto-scrolling without mouse-wheel", "permissions": [ "storage", "tabs", "contextMenus" ], "options_ui": { "page": "dist\/options.html" }, "icons": { "48": "icons\/mouse-48.png", "96": "icons\/mouse-96.png" }, "browser_action": { "default_icon": { "16": "icons\/mouse-16.png", "32": "icons\/mouse-32.png", "48": "icons\/mouse-48.png" }, "default_title": "Enable\/Disable auto scroll" }, "content_scripts": [ { "matches": [ " |