WebExtension.net
Toggle dark mode
WebExtension.net

Up and Down

View on Chrome Web Store
View Up and Down Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save time and effort with keyboard shortcuts when navigating lists online.
Type
Extension
Users
22 users
1
Website sidr.io
Sidr
View author page of Sidr
Published
Published on June 24, 2021
Version 0.0.10
Manifest version
2
Updated
Updated on July 7, 2021
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Up and Down Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save time and effort with keyboard shortcuts when navigating lists online.",
    "version": "0.0.10",
    "name": "Up and Down",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/news.ycombinator.com\/*",
                "https:\/\/hn.algolia.com\/*",
                "https:\/\/bookface.ycombinator.com\/*",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/www.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "upDownContentScript.bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top