Go to the next page

Try to go to the next website's page

Cos'è Go to the next page?

Go to the next page è un'estensione di Chrome sviluppata da marcopiazzola, e la sua funzione principale è "Try to go to the next website's page".

Scarica il file CRX dell'estensione Go to the next page

Scarica i file di estensione Go to the next page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
URL Ufficiale https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
Descrizione Try to go to the next website's page
Dimensione del File 10.05 KB
Conteggio Installazioni 33
Versione Corrente 0.4
Ultimo Aggiornamento 2012-12-26
Data di Pubblicazione 2012-12-26
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore marcopiazzola
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go to the next page",
    "version": "0.4",
    "description": "Try to go to the next website's page",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Go to the next page",
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}