Easy Notes

Easiest way for taking quick notes.

Wat is Easy Notes?

Easy Notes is een Chrome-extensie ontwikkeld door daoket, en de belangrijkste functie is "Easiest way for taking quick notes.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Easy Notes

Download Easy Notes-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

                        Easy Notes - A perfect tool for taking quick notes. Its fast, secure, and private. A must tool for everyone. 


RECENT UPDATES:
** Update 1.4 (2024-1-12) **
1. support Manifest V3

** Update 1.3 (2020-12-24) **
1. Beautify style

** Update 1.0 (2019-1-27) **
1. created Easy Notes


PS: Data is not lost even if you empty chrome's cache or cookies. Cheers! Happy note taking.                    

Basisinformatie over de Extensie

Naam Easy Notes Easy Notes
ID hepiplahmadecihpoebffepnghmmkjem
Officiële URL https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem
Beschrijving Easiest way for taking quick notes.
Bestandsgrootte 199 KB
Aantal Installaties 77
Huidige Versie 1.4
Laatst Bijgewerkt 2024-01-12
Publicatiedatum 2019-02-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar daoket
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Notes",
    "version": "1.4",
    "description": "Easiest way for taking quick notes. ",
    "author": "daoket",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "resources": [
                "inject.js"
            ]
        }
    ]
}