Go to the next page

Try to go to the next website's page

什么是Go to the next page?

Go to the next page是由marcopiazzola开发的Chrome扩展程序,该扩展的主要功能是“Try to go to the next website's page”。

下载Go to the next page扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
官方URL https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
简介 Try to go to the next website's page
文件大小 10.05 KB
安装次数 33
当前版本 0.4
更新时间 2012-12-26
上架时间 2012-12-26
评分 1.00/5 共1次评分
开发者 marcopiazzola
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go to the next page",
    "version": "0.4",
    "description": "Try to go to the next website's page",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Go to the next page",
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}