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
官方網址 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
}