Autoscroll
Scroll to the bottom of the page - Created with http://blog.self.li
Autoscroll क्या है?
Autoscroll danny.hope द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll to the bottom of the page - Created with http://blog.self.li"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Autoscroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | kgkaecolmndcecnchojbndeanmiokofl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl |
विवरण | Scroll to the bottom of the page - Created with http://blog.self.li |
फ़ाइल का आकार | 6.66 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2014-11-21 |
प्रकाशन तिथि | 2014-11-21 |
रेटिंग | 4.55/5 कुल 22 रेटिंग्स |
डेवलपर | danny.hope |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dannyhope/autoscroll |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Autoscroll" }, "name": "Autoscroll", "description": "Scroll to the bottom of the page - Created with http:\/\/blog.self.li", "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |