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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" } } |