Easy Note
Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Wat is Easy Note?
Easy Note is een Chrome-extensie ontwikkeld door ozanerturk17, en de belangrijkste functie is "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy Note
Download Easy Note-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hheobakelknbjicekbkmijjgcbephcef |
Officiële URL | https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef |
Beschrijving | Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome |
Bestandsgrootte | 222 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2024-02-27 |
Publicatiedatum | 2021-03-10 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | ozanerturk17 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ozanerturk/easy-note-chrome-extension |
Ondersteunde Talen | 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" } } |