Paginator Up

Navigates to next page by incrementing a number in the URL

什么是Paginator Up?

Paginator Up是由soldier.moth开发的Chrome扩展程序,该扩展的主要功能是“Navigates to next page by incrementing a number in the URL”。

扩展截图

screenshot

下载Paginator Up扩展crx文件

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

扩展使用说明

                        Easy button for navigating to the next page by incrementing the page number in the URL                    

扩展基本信息

名称 Paginator Up Paginator Up
ID hkmlmcmnipekjplojmhdlhhoknmhbihe
官方URL https://chromewebstore.google.com/detail/paginator-up/hkmlmcmnipekjplojmhdlhhoknmhbihe
简介 Navigates to next page by incrementing a number in the URL
文件大小 5.92 KB
安装次数 143
当前版本 1.0
更新时间 2016-11-24
上架时间 2016-11-24
评分 5.00/5 共1次评分
开发者 soldier.moth
付费类型 free
扩展官网 https://github.com/soldiermoth/paginator
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paginator Up",
    "description": "Navigates to next page by incrementing a number in the URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "up.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "up.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    }
}