Paginator Up
Navigates to next page by incrementing a number in the URL
Wat is Paginator Up?
Paginator Up is een Chrome-extensie ontwikkeld door soldier.moth, en de belangrijkste functie is "Navigates to next page by incrementing a number in the URL".
Extensie Screenshots
Download het CRX-bestand van de extensie Paginator Up
Download Paginator Up-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easy button for navigating to the next page by incrementing the page number in the URL
Basisinformatie over de Extensie
Naam | Paginator Up |
ID | hkmlmcmnipekjplojmhdlhhoknmhbihe |
Officiële URL | https://chromewebstore.google.com/detail/paginator-up/hkmlmcmnipekjplojmhdlhhoknmhbihe |
Beschrijving | Navigates to next page by incrementing a number in the URL |
Bestandsgrootte | 5.92 KB |
Aantal Installaties | 143 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-11-24 |
Publicatiedatum | 2016-11-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | soldier.moth |
Betalingswijze | free |
Extensiewebsite | https://github.com/soldiermoth/paginator |
Ondersteunde Talen | 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" } } |