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"
    }
}