Noty
Note from the start
Wat is Noty?
Noty is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Note from the start".
Extensie Screenshots
Download het CRX-bestand van de extensie Noty
Download Noty-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Turns start page to a minimalistic notepad with support for todo items and list items.
Basisinformatie over de Extensie
Naam | |
ID | bocobeipokdapflcoalkhhoeacgeccgc |
Officiële URL | https://chromewebstore.google.com/detail/noty/bocobeipokdapflcoalkhhoeacgeccgc |
Beschrijving | Note from the start |
Bestandsgrootte | 411 KB |
Aantal Installaties | 44 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-09-12 |
Publicatiedatum | 2019-09-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noty", "version": "0.0.1", "description": "Note from the start", "manifest_version": 2, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "{eb06724d-57a2-42cf-902e-cb322e17437e}", "strict_min_version": "42.0" } }, "chrome_url_overrides": { "newtab": "index.html" } } |