Prototype

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

Wat is Prototype?

Prototype is een Chrome-extensie ontwikkeld door nDimensional Studios, en de belangrijkste functie is "A scratch space for notes, links, reminders, and whatever else you want to keep around.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Prototype

Download Prototype-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
Officiële URL https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
Beschrijving A scratch space for notes, links, reminders, and whatever else you want to keep around.
Bestandsgrootte 673 KB
Aantal Installaties 16
Huidige Versie 0.4.7
Laatst Bijgewerkt 2019-04-30
Publicatiedatum 2019-04-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar nDimensional Studios
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nDimensional/prototype
Help Pagina-URL https://github.com/nDimensional/prototype/issues
Ondersteunde Talen 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"
        }
    }
}