Prototype

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

Vad är Prototype?

Prototype är en Chrome-tillägg utvecklad av nDimensional Studios, och dess huvudfunktion är "A scratch space for notes, links, reminders, and whatever else you want to keep around.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Prototype-förlängningens CRX-fil

Ladda ner Prototype-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
Officiell webbadress https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
Beskrivning A scratch space for notes, links, reminders, and whatever else you want to keep around.
Filstorlek 673 KB
Antal Installationer 16
Aktuell Version 0.4.7
Senast Uppdaterad 2019-04-30
Publiceringsdatum 2019-04-30
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare nDimensional Studios
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/nDimensional/prototype
Hjälpsida URL https://github.com/nDimensional/prototype/issues
Stödda Språk 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"
        }
    }
}