Easy Notes

Easiest way for taking quick notes.

Vad är Easy Notes?

Easy Notes är en Chrome-tillägg utvecklad av daoket, och dess huvudfunktion är "Easiest way for taking quick notes.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Easy Notes-förlängningens CRX-fil

Ladda ner Easy Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Easy Notes Easy Notes
ID hepiplahmadecihpoebffepnghmmkjem
Officiell webbadress https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem
Beskrivning Easiest way for taking quick notes.
Filstorlek 199 KB
Antal Installationer 77
Aktuell Version 1.4
Senast Uppdaterad 2024-01-12
Publiceringsdatum 2019-02-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare daoket
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}