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…
Vad är Easy Notes?
Easy Notes är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".
Tilläggsskärmbilder
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
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äggande Information om Tillägg
| Namn | |
| ID | lnafpiakeojhhfeelcipophjckaceccn |
| Officiell webbadress | https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn |
| Beskrivning | Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking… |
| Filstorlek | 86.36 KB |
| Antal Installationer | 2,105 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2017-01-07 |
| Publiceringsdatum | 2017-01-06 |
| Betyg | 4.40/5 Totalt 5 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |