Prototype

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

Qu'est-ce que Prototype ?

Prototype est une extension Chrome développée par nDimensional Studios, et sa fonction principale est "A scratch space for notes, links, reminders, and whatever else you want to keep around.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Prototype

Téléchargez les fichiers d'extension Prototype au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
URL Officiel https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
Description A scratch space for notes, links, reminders, and whatever else you want to keep around.
Taille du Fichier 673 KB
Nombre d'Installations 16
Version Actuelle 0.4.7
Dernière Mise à Jour 2019-04-30
Date de Publication 2019-04-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur nDimensional Studios
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/nDimensional/prototype
URL de la Page d'Aide https://github.com/nDimensional/prototype/issues
Langues Prises en Charge 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"
        }
    }
}