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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | hkmlmcmnipekjplojmhdlhhoknmhbihe |
| 官方網址 | 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"
}
} | |