MetaNote
Add notes to any page on the web
What is MetaNote?
MetaNote is a Chrome extension developed by https://getmetanote.com, and its main feature is "Add notes to any page on the web".
Extension Screenshots
Download MetaNote Extension CRX File
Download MetaNote 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
MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later. Click the extension icon to open a panel and start writing your notes. Come back later to collect them.
Extension Basic Information
Name | MetaNote |
ID | edppgeiopaemgpmmapllfeeeeekdolbl |
Official URL | https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl |
Description | Add notes to any page on the web |
File Size | 167 KB |
Installation Count | 31 |
Current Version | 1.0.1 |
Last Updated | 2022-03-01 |
Publish Date | 2022-02-26 |
Developer | https://getmetanote.com |
[email protected] | |
Payment Type | free |
Extension Website | https://getmetanote.com |
Help Page URL | https://getmetanote.com/support |
Privacy Policy Page URL | https://www.impulsionlabs.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MetaNote", "description": "Add notes to any page on the web", "version": "1.0.1", "icons": { "128": "img\/icon-orange-128.png", "48": "img\/icon-orange-48.png", "16": "img\/icon-orange-16.png" }, "action": [], "background": { "service_worker": "app\/background.js" }, "permissions": [ "activeTab", "storage", "tabs" ] } |