Go to the next page

Try to go to the next website's page

Apa itu Go to the next page?

Go to the next page adalah ekstensi Chrome yang dikembangkan oleh marcopiazzola, dan fitur utamanya adalah "Try to go to the next website's page".

Unduh Berkas CRX Ekstensi Go to the next page

Unduh file ekstensi Go to the next page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
URL Resmi https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
Deskripsi Try to go to the next website's page
Ukuran File 10.05 KB
Jumlah Instalasi 33
Versi Saat Ini 0.4
Terakhir Diperbarui 2012-12-26
Tanggal Publikasi 2012-12-26
Penilaian 1.00/5 Total 1 Penilaian
Pengembang marcopiazzola
Tipe Pembayaran free
Bahasa yang Didukung 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
}