Go to the next page

Try to go to the next website's page

Co je Go to the next page?

Go to the next page je rozšíření Chrome vyvinuté marcopiazzola, a jeho hlavní funkcí je „Try to go to the next website's page“.

Stáhnout soubor CRX rozšíření Go to the next page

Stáhněte si soubory rozšíření Go to the next page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
Oficiální URL https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
Popis Try to go to the next website's page
Velikost souboru 10.05 KB
Počet instalací 33
Aktuální Verze 0.4
Poslední Aktualizace 2012-12-26
Datum Vydání 2012-12-26
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář marcopiazzola
Typ Platby free
Podporované Jazyky 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
}