toddle

Browser extension for the toddle editor.

Apa itu toddle?

toddle adalah ekstensi Chrome yang dikembangkan oleh developers, dan fitur utamanya adalah "Browser extension for the toddle editor.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi toddle

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

                        https://toddle.dev is a no-code platform for building professional web applications.
The toddle browser plugin allows the toddle editor to manage the session for applications being built in the toddle editor.                    

Informasi Dasar Ekstensi

Nama toddle toddle
ID hfhgjncckomifajhndceigiaiojhlllp
URL Resmi https://chromewebstore.google.com/detail/toddle/hfhgjncckomifajhndceigiaiojhlllp
Deskripsi Browser extension for the toddle editor.
Ukuran File 7.8 KB
Jumlah Instalasi 124
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-01-19
Tanggal Publikasi 2023-01-18
Penilaian 5.00/5 Total 3 Penilaian
Pengembang developers
Tipe Pembayaran free
Situs Ekstensi https://toddle.dev
URL Halaman Bantuan https://toddle.dev
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "toddle",
    "description": "Browser extension for the toddle editor.",
    "version": "1.0",
    "icons": {
        "32": "icons\/toddle_32x32.png",
        "64": "icons\/toddle_64x64.png",
        "128": "icons\/toddle_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/toddle.dev",
    "permissions": [
        "cookies",
        "webNavigation",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.toddle.site\/*"
    ]
}