Prototype

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

Τι είναι το Prototype;

Το Prototype είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nDimensional Studios, και η κύρια λειτουργία του είναι "A scratch space for notes, links, reminders, and whatever else you want to keep around.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Prototype

Λήψη αρχείων επέκτασης Prototype σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
Επίσημο URL https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
Περιγραφή A scratch space for notes, links, reminders, and whatever else you want to keep around.
Μέγεθος Αρχείου 673 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 0.4.7
Τελευταία Ενημέρωση 2019-04-30
Ημερομηνία Δημοσίευσης 2019-04-30
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής nDimensional Studios
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/nDimensional/prototype
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/nDimensional/prototype/issues
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}