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…
Co je Easy Notes?
Easy Notes je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Easy Notes
Stáhněte si soubory rozšíření Easy Notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | lnafpiakeojhhfeelcipophjckaceccn |
| Oficiální URL | https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn |
| Popis | Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking… |
| Velikost souboru | 86.36 KB |
| Počet instalací | 2,105 |
| Aktuální Verze | 0.1.1 |
| Poslední Aktualizace | 2017-01-07 |
| Datum Vydání | 2017-01-06 |
| Hodnocení | 4.40/5 Celkem 5 Hodnocení |
| Vývojář | Unknown |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
}
} | |