Paginator Up

Navigates to next page by incrementing a number in the URL

Qu'est-ce que Paginator Up ?

Paginator Up est une extension Chrome développée par soldier.moth, et sa fonction principale est "Navigates to next page by incrementing a number in the URL".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Paginator Up

Téléchargez les fichiers d'extension Paginator Up au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Easy button for navigating to the next page by incrementing the page number in the URL                    

Informations de Base sur l'Extension

Nom Paginator Up Paginator Up
ID hkmlmcmnipekjplojmhdlhhoknmhbihe
URL Officiel https://chromewebstore.google.com/detail/paginator-up/hkmlmcmnipekjplojmhdlhhoknmhbihe
Description Navigates to next page by incrementing a number in the URL
Taille du Fichier 5.92 KB
Nombre d'Installations 143
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-24
Date de Publication 2016-11-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur soldier.moth
Type de Paiement free
Site Web de l'Extension https://github.com/soldiermoth/paginator
Langues Prises en Charge 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"
    }
}