Scroll Button

Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .

Scroll Button क्या है?

Scroll Button https://tejji.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning ."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scroll Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning.

Here is what you can do with this extension...
1. Click on a button to scroll to top or scroll to bottom 
2. Drag and position the scroll button whereever you like
3. Resize if you think the button is occupying lot of space
4. Disable it if you don't want it on your screen
5. The same scroll options are available via context menu (right click menu)
6. Remove it from context menu if you don't want it there
7. Reset it to original position after lot of fiddling :)
 
Bloggers and web readers can make most use of this extension as they keep reading a lot.

Options are available via...
Right click on any page --> Click Scroll Button --> Click Options
OR
Tools --> Extensions --> Scroll Button --> Click Options link


More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com


v1.2 - 2018-09-14
- Updated to comply to Chrome Web Store policies

Note: this does not work on chrome.google.com by design                    

एक्सटेंशन की मूल जानकारी

नाम Scroll Button Scroll Button
ID fbkobdcckhcgleanepepnfaficicaogg
आधिकारिक URL https://chromewebstore.google.com/detail/scroll-button/fbkobdcckhcgleanepepnfaficicaogg
विवरण Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .
फ़ाइल का आकार 112 KB
स्थापना संख्या 4,133
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-09-14
प्रकाशन तिथि 2018-09-14
रेटिंग 3.72/5 कुल 174 रेटिंग्स
डेवलपर https://tejji.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://tejji.com/
सहायता पृष्ठ URL http://tejji.com/contactus.aspx
गोपनीयता नीति पृष्ठ URL https://tejji.com/privacy.aspx
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll Button",
    "version": "1.2",
    "description": "Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning    .",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/jquery-ui.min.js",
        "js\/jquery.idle-timer.js",
        "js\/scroll-button.js",
        "css\/jquery-ui.css",
        "img\/content\/bottom-arrow.png",
        "img\/content\/top-arrow.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.min.js",
                "js\/jquery.idle-timer.js",
                "js\/scroll-button.js"
            ]
        }
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}