Easy Notes
Easiest way for taking quick notes.
Was ist Easy Notes?
Easy Notes ist eine Chrome-Erweiterung, die von daoket entwickelt wurde, und ihr Hauptmerkmal ist "Easiest way for taking quick notes.".
Erweiterungsscreenshots
Easy Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Notes-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hepiplahmadecihpoebffepnghmmkjem |
| Offizielle URL | https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem |
| Beschreibung | Easiest way for taking quick notes. |
| Dateigröße | 199 KB |
| Installationsanzahl | 77 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2024-01-12 |
| Veröffentlichungsdatum | 2019-02-17 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | daoket |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |