Go to the next page

Try to go to the next website's page

Vad är Go to the next page?

Go to the next page är en Chrome-tillägg utvecklad av marcopiazzola, och dess huvudfunktion är "Try to go to the next website's page".

Ladda ner Go to the next page-förlängningens CRX-fil

Ladda ner Go to the next page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
Officiell webbadress https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
Beskrivning Try to go to the next website's page
Filstorlek 10.05 KB
Antal Installationer 33
Aktuell Version 0.4
Senast Uppdaterad 2012-12-26
Publiceringsdatum 2012-12-26
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare marcopiazzola
Betalningssätt free
Stödda Språk 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
}