Note
An extension that stores notes.
Wat is Note?
Note is een Chrome-extensie ontwikkeld door raybipse, en de belangrijkste functie is "An extension that stores notes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Note
Download 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
A simple extension that stores notes. The note is synced across accounts.
Basisinformatie over de Extensie
Naam | Note |
ID | mpafojdooddeahhaiemhgoclpdohfnhp |
Officiële URL | https://chromewebstore.google.com/detail/note/mpafojdooddeahhaiemhgoclpdohfnhp |
Beschrijving | An extension that stores notes. |
Bestandsgrootte | 4.9 KB |
Aantal Installaties | 55 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-01-01 |
Publicatiedatum | 2021-01-01 |
Ontwikkelaar | raybipse |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://discord.com/invite/Ppc3ua5 |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note", "version": "1.0", "description": "An extension that stores notes.", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Note", "default_popup": "popup.html" } } |