GOTO

GOTO helps you navigate through all your most favorite websites.

Apa itu GOTO?

GOTO adalah ekstensi Chrome yang dikembangkan oleh Alexis Fasquel, dan fitur utamanya adalah "GOTO helps you navigate through all your most favorite websites.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GOTO

Unduh file ekstensi GOTO 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

                        GOTO helps you navigate through all your most favorite websites. It allows to create ‘textual’ shortcuts that you can use directly within the url bar.
Check out the website!                    

Informasi Dasar Ekstensi

Nama GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
URL Resmi https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Deskripsi GOTO helps you navigate through all your most favorite websites.
Ukuran File 256 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-11-30
Tanggal Publikasi 2014-11-30
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Alexis Fasquel
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://alexisfasquel.github.io/goto/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GOTO",
    "description": "GOTO helps you navigate through all your most favorite websites.",
    "version": "1.0",
    "author": "Alexis Fasquel ",
    "homepage_url": "http:\/\/alexisfasquel.github.io\/goto",
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "res\/goto48.png",
            "48": "res\/goto48.png"
        },
        "default_title": "GoTo",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "res\/goto128.png",
        "48": "res\/goto48.png"
    }
}