scrollUp!
Scroll to the top of the page with just one click
scrollUp! क्या है?
scrollUp! Dlinny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll to the top of the page with just one click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में scrollUp! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.
एक्सटेंशन की मूल जानकारी
नाम | scrollUp! |
ID | caipjllpopoedfhbddpkedpbndkjimba |
आधिकारिक URL | https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba |
विवरण | Scroll to the top of the page with just one click |
फ़ाइल का आकार | 14.6 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-02-28 |
प्रकाशन तिथि | 2013-02-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Dlinny |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "scrollUp!", "version": "1.1", "description": "Scroll to the top of the page with just one click", "icons": { "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "extension.js" ] }, "permissions": [ "*:\/\/*\/*" ], "browser_action": { "default_title": "Scroll to top", "default_icon": "toolbar.png" } } |