URList

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

什么是URList?

URList是由https://jakeratliff.com开发的Chrome扩展程序,该扩展的主要功能是“Navigate a list of URLs in the same tab by clicking next.”。

扩展截图

screenshot

下载URList扩展crx文件

下载URList扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 URList URList
ID hfppbgecppkbbldmpinlhdmhgdpjlmlh
官方URL https://chrome.google.com/webstore/detail/urlist/hfppbgecppkbbldmpinlhdmhgdpjlmlh
简介 Navigate a list of URLs in the same tab by clicking next.
文件大小 12.8 KB
安装次数 139
当前版本 0.0.2.2
更新时间 2022-01-10
上架时间 2019-05-07
评分 4.71/5 共7次评分
开发者 https://jakeratliff.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://jakeratliff.com/navigate-list-urls-urlist/
支持的语言 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"
    }
}