MetaNote

Add notes to any page on the web

Vad är MetaNote?

MetaNote är en Chrome-tillägg utvecklad av https://getmetanote.com, och dess huvudfunktion är "Add notes to any page on the web".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner MetaNote-förlängningens CRX-fil

Ladda ner MetaNote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn MetaNote MetaNote
ID edppgeiopaemgpmmapllfeeeeekdolbl
Officiell webbadress https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl
Beskrivning Add notes to any page on the web
Filstorlek 167 KB
Antal Installationer 31
Aktuell Version 1.0.1
Senast Uppdaterad 2022-03-01
Publiceringsdatum 2022-02-26
Utvecklare https://getmetanote.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://getmetanote.com
Hjälpsida URL https://getmetanote.com/support
URL till Sekretesspolicy Sidan https://www.impulsionlabs.com/privacy
Stödda Språk 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"
    ]
}