Note Extension

Allows user to type notes and create a local copy.

Qu'est-ce que Note Extension ?

Note Extension est une extension Chrome développée par Nick Neuman, et sa fonction principale est "Allows user to type notes and create a local copy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Note Extension

Téléchargez les fichiers d'extension Note Extension 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

                        Allows you to save notes quickly without having to open an editor.

You can specify a file name, or leave it empty and use the default file name, "New Note".                    

Informations de Base sur l'Extension

Nom Note Extension Note Extension
ID omfeemnkdhbneldmbcoifnfeoabodmbm
URL Officiel https://chromewebstore.google.com/detail/note-extension/omfeemnkdhbneldmbcoifnfeoabodmbm
Description Allows user to type notes and create a local copy.
Taille du Fichier 12.99 KB
Nombre d'Installations 117
Version Actuelle 1.2
Dernière Mise à Jour 2018-12-03
Date de Publication 2018-12-03
Évaluation 4.67/5 Total 3 Évaluations
Développeur Nick Neuman
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Extension",
    "manifest_version": 2,
    "description": "Allows user to type notes and create a local copy.",
    "version": "1.2",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}