Prototype

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

Co je Prototype?

Prototype je rozšíření Chrome vyvinuté nDimensional Studios, a jeho hlavní funkcí je „A scratch space for notes, links, reminders, and whatever else you want to keep around.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Prototype

Stáhněte si soubory rozšíření Prototype ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
Oficiální URL https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
Popis A scratch space for notes, links, reminders, and whatever else you want to keep around.
Velikost souboru 673 KB
Počet instalací 16
Aktuální Verze 0.4.7
Poslední Aktualizace 2019-04-30
Datum Vydání 2019-04-30
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář nDimensional Studios
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/nDimensional/prototype
URL Stránky Nápovědy https://github.com/nDimensional/prototype/issues
Podporované Jazyky 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"
        }
    }
}