Prototype

A scratch space for notes, links, reminders, and whatever else you want to keep around.

Apa itu Prototype?

Prototype adalah ekstensi Chrome yang dikembangkan oleh nDimensional Studios, dan fitur utamanya adalah "A scratch space for notes, links, reminders, and whatever else you want to keep around.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Prototype

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

                        Prototype replaces the new tab page with a self-styling scratchpad.                    

Informasi Dasar Ekstensi

Nama Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
URL Resmi https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
Deskripsi A scratch space for notes, links, reminders, and whatever else you want to keep around.
Ukuran File 673 KB
Jumlah Instalasi 16
Versi Saat Ini 0.4.7
Terakhir Diperbarui 2019-04-30
Tanggal Publikasi 2019-04-30
Penilaian 5.00/5 Total 2 Penilaian
Pengembang nDimensional Studios
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/nDimensional/prototype
URL Halaman Bantuan https://github.com/nDimensional/prototype/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prototype",
    "version": "0.4.7",
    "description": "A scratch space for notes, links, reminders, and whatever else you want to keep around.",
    "author": "Joel Gustafson",
    "developer": {
        "name": "nDimensional Studios",
        "url": "https:\/\/ndimensional.studio\/"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/nDimensional\/prototype",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png",
        "192": "icon-192.png"
    },
    "permissions": [
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "{4c6d75f6-cdad-4947-aec4-90a071b7fb81}",
            "strict_min_version": "66.0"
        }
    }
}