Prototype

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

Co to jest Prototype?

Prototype to rozszerzenie Chrome opracowane przez nDimensional Studios, a jego główną funkcją jest „A scratch space for notes, links, reminders, and whatever else you want to keep around.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Prototype

Pobierz pliki rozszerzeń Prototype w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
Oficjalny URL https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
Opis A scratch space for notes, links, reminders, and whatever else you want to keep around.
Rozmiar pliku 673 KB
Liczba instalacji 16
Aktualna Wersja 0.4.7
Ostatnia Aktualizacja 2019-04-30
Data Publikacji 2019-04-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper nDimensional Studios
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/nDimensional/prototype
Adres URL Strony Pomocy https://github.com/nDimensional/prototype/issues
Obsługiwane Języki 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"
        }
    }
}