Paginator Down

Navigates to previous page by decrementing a number in the URL

什么是Paginator Down?

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

扩展截图

screenshot

下载Paginator Down扩展crx文件

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

扩展使用说明

                        Easy button for navigating to the previous page by decrementing the page number in the URL                    

扩展基本信息

名称 Paginator Down Paginator Down
ID mdikpkbpihndpimhdhpbhhfgligllmaf
官方URL https://chrome.google.com/webstore/detail/paginator-down/mdikpkbpihndpimhdhpbhhfgligllmaf
简介 Navigates to previous page by decrementing a number in the URL
文件大小 5.96 KB
安装次数 23
当前版本 1.0
更新时间 2016-11-24
上架时间 2016-11-24
评分 5.00/5 共2次评分
开发者 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 Down",
    "description": "Navigates to previous page by decrementing a number in the URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "down.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "down.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    }
}