Go to the next page

Try to go to the next website's page

Τι είναι το Go to the next page;

Το Go to the next page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον marcopiazzola, και η κύρια λειτουργία του είναι "Try to go to the next website's page".

Λήψη αρχείου CRX της επέκτασης Go to the next page

Λήψη αρχείων επέκτασης Go to the next page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
Επίσημο URL https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
Περιγραφή Try to go to the next website's page
Μέγεθος Αρχείου 10.05 KB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 0.4
Τελευταία Ενημέρωση 2012-12-26
Ημερομηνία Δημοσίευσης 2012-12-26
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής marcopiazzola
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}