WebExtension.net
WebExtension.net

Up and Down

View on Chrome Web Store
View Up and Down Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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
21 users
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
View on Chrome Web Store
View Up and Down Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

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.

© 2024 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