MetaNote
Add notes to any page on the web
Wat is MetaNote?
MetaNote is een Chrome-extensie ontwikkeld door https://getmetanote.com, en de belangrijkste functie is "Add notes to any page on the web".
Extensie Screenshots
Download het CRX-bestand van de extensie MetaNote
Download MetaNote-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
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.
Basisinformatie over de Extensie
Naam | MetaNote |
ID | edppgeiopaemgpmmapllfeeeeekdolbl |
Officiële URL | https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl |
Beschrijving | Add notes to any page on the web |
Bestandsgrootte | 167 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-03-01 |
Publicatiedatum | 2022-02-26 |
Ontwikkelaar | https://getmetanote.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://getmetanote.com |
Help Pagina-URL | https://getmetanote.com/support |
URL van de Privacybeleid Pagina | https://www.impulsionlabs.com/privacy |
Ondersteunde Talen | 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" ] } |