Prototype
A scratch space for notes, links, reminders, and whatever else you want to keep around.
Cos'è Prototype?
Prototype è un'estensione di Chrome sviluppata da nDimensional Studios, e la sua funzione principale è "A scratch space for notes, links, reminders, and whatever else you want to keep around.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prototype
Scarica i file di estensione Prototype in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Prototype replaces the new tab page with a self-styling scratchpad. Informazioni di Base sull'Estensione
| Nome | |
| ID | mcfikpkmjbdlfjdlmbeodbfkenhpieam |
| URL Ufficiale | https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam |
| Descrizione | A scratch space for notes, links, reminders, and whatever else you want to keep around. |
| Dimensione del File | 673 KB |
| Conteggio Installazioni | 16 |
| Versione Corrente | 0.4.7 |
| Ultimo Aggiornamento | 2019-04-30 |
| Data di Pubblicazione | 2019-04-30 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | nDimensional Studios |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/nDimensional/prototype |
| URL della Pagina di Aiuto | https://github.com/nDimensional/prototype/issues |
| Lingue Supportate | 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"
}
}
} | |