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…
Hvad er Easy Notes?
Easy Notes er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".
Udvidelsesskærmbilleder
Download Easy Notes-udvidelses-CRX-fil
Download Easy Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lnafpiakeojhhfeelcipophjckaceccn |
| Officiel URL | https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn |
| Beskrivelse | Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking… |
| Filstørrelse | 86.36 KB |
| Antal Installationer | 2,105 |
| Nuværende Version | 0.1.1 |
| Senest Opdateret | 2017-01-07 |
| Udgivelsesdato | 2017-01-06 |
| Bedømmelse | 4.40/5 Samlet 5 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |