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
}