Prototype
A scratch space for notes, links, reminders, and whatever else you want to keep around.
Was ist Prototype?
Prototype ist eine Chrome-Erweiterung, die von nDimensional Studios entwickelt wurde, und ihr Hauptmerkmal ist "A scratch space for notes, links, reminders, and whatever else you want to keep around.".
Erweiterungsscreenshots
Prototype-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prototype-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Prototype replaces the new tab page with a self-styling scratchpad.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | mcfikpkmjbdlfjdlmbeodbfkenhpieam | 
| Offizielle URL | https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam | 
| Beschreibung | A scratch space for notes, links, reminders, and whatever else you want to keep around. | 
| Dateigröße | 673 KB | 
| Installationsanzahl | 16 | 
| Aktuelle Version | 0.4.7 | 
| Letztes Update | 2019-04-30 | 
| Veröffentlichungsdatum | 2019-04-30 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | nDimensional Studios | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/nDimensional/prototype | 
| Hilfeseite URL | https://github.com/nDimensional/prototype/issues | 
| Unterstützte Sprachen | 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"
        }
    }
}  |  |