Noty
Note from the start
Qu'est-ce que Noty ?
Noty est une extension Chrome développée par Unknown, et sa fonction principale est "Note from the start".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Noty
Téléchargez les fichiers d'extension Noty au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Turns start page to a minimalistic notepad with support for todo items and list items.
Informations de Base sur l'Extension
Nom | |
ID | bocobeipokdapflcoalkhhoeacgeccgc |
URL Officiel | https://chromewebstore.google.com/detail/noty/bocobeipokdapflcoalkhhoeacgeccgc |
Description | Note from the start |
Taille du Fichier | 411 KB |
Nombre d'Installations | 44 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-09-12 |
Date de Publication | 2019-09-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |