Easy Notes

Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…

Qu'est-ce que Easy Notes ?

Easy Notes est une extension Chrome développée par Unknown, et sa fonction principale est "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Notes

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

                        Create and edit notes from any website. 

Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.  

Features
 - Can be accessed from any website
 - Can have multiple notes at once
 - Can be opened with the touch of a button

Download Easy Notes and become a note taking master.                    

Informations de Base sur l'Extension

Nom Easy Notes Easy Notes
ID lnafpiakeojhhfeelcipophjckaceccn
URL Officiel https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn
Description Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
Taille du Fichier 86.36 KB
Nombre d'Installations 2,105
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-01-07
Date de Publication 2017-01-06
Évaluation 4.40/5 Total 5 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Notes",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}