Prototype

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

O que é Prototype?

Prototype é uma extensão do Chrome desenvolvida por nDimensional Studios, e sua principal característica é "A scratch space for notes, links, reminders, and whatever else you want to keep around.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Prototype

Baixe arquivos de extensão Prototype no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
URL Oficial https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
Descrição A scratch space for notes, links, reminders, and whatever else you want to keep around.
Tamanho do Arquivo 673 KB
Contagem de Instalações 16
Versão Atual 0.4.7
Última Atualização 2019-04-30
Data de Publicação 2019-04-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor nDimensional Studios
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/nDimensional/prototype
URL da Página de Ajuda https://github.com/nDimensional/prototype/issues
Idiomas Suportados 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"
        }
    }
}