Easy Note

Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome

Was ist Easy Note?

Easy Note ist eine Chrome-Erweiterung, die von ozanerturk17 entwickelt wurde, und ihr Hauptmerkmal ist "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".

Erweiterungsscreenshots

screenshot

Easy Note-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.                    

Grundlegende Informationen zur Erweiterung

Name Easy Note Easy Note
ID hheobakelknbjicekbkmijjgcbephcef
Offizielle URL https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef
Beschreibung Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Dateigröße 222 KB
Installationsanzahl 33
Aktuelle Version 1.3.1
Letztes Update 2024-02-27
Veröffentlichungsdatum 2021-03-10
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler ozanerturk17
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ozanerturk/easy-note-chrome-extension
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Note",
    "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboard"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}