URList

Navigate a list of URLs in the same tab by clicking next.

What is URList?

URList is a Chrome extension developed by https://jakeratliff.com, and its main feature is "Navigate a list of URLs in the same tab by clicking next.".

Extension Screenshots

screenshot

Download URList Extension CRX File

Download URList extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Copy and paste multiple URLs into this Chrome extension, and click "next URL" to visit each URL down the list. Click "prev URL" to go backwards through the list. Click "clear" to add a different list. Ideal for checking a list of webpages.                    

Extension Basic Information

Name URList URList
ID hfppbgecppkbbldmpinlhdmhgdpjlmlh
Official URL https://chrome.google.com/webstore/detail/urlist/hfppbgecppkbbldmpinlhdmhgdpjlmlh
Description Navigate a list of URLs in the same tab by clicking next.
File Size 12.8 KB
Installation Count 139
Current Version 0.0.2.2
Last Updated 2022-01-10
Publish Date 2019-05-07
Rating 4.71/5 Total 7 Ratings
Developer https://jakeratliff.com
Email [email protected]
Payment Type free
Extension Website http://jakeratliff.com/navigate-list-urls-urlist/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URList",
    "description": "Navigate a list of URLs in the same tab by clicking next.",
    "version": "0.0.2.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}