Note
An extension that stores notes.
What is Note?
Note is a Chrome extension developed by raybipse, and its main feature is "An extension that stores notes.".
Extension Screenshots
Download Note Extension CRX File
Download Note extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension that stores notes. The note is synced across accounts.
Extension Basic Information
Name | Note |
ID | mpafojdooddeahhaiemhgoclpdohfnhp |
Official URL | https://chromewebstore.google.com/detail/note/mpafojdooddeahhaiemhgoclpdohfnhp |
Description | An extension that stores notes. |
File Size | 4.9 KB |
Installation Count | 55 |
Current Version | 1.0 |
Last Updated | 2021-01-01 |
Publish Date | 2021-01-01 |
Developer | raybipse |
[email protected] | |
Payment Type | free |
Help Page URL | https://discord.com/invite/Ppc3ua5 |
Supported Languages | 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" } } |