WebNotes

This app is used for saving notes for each websites

Wat is WebNotes?

WebNotes is een Chrome-extensie ontwikkeld door Dev App Zone, en de belangrijkste functie is "This app is used for saving notes for each websites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WebNotes

Download WebNotes-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

                        Webnotes app is used to create notes for each websites based on domain or url.                    

Basisinformatie over de Extensie

Naam WebNotes WebNotes
ID dkjbpnichmoanmojencpfooppjlokhhb
Officiële URL https://chromewebstore.google.com/detail/webnotes/dkjbpnichmoanmojencpfooppjlokhhb
Beschrijving This app is used for saving notes for each websites
Bestandsgrootte 638 KB
Aantal Installaties 363
Huidige Versie 1.3.0
Laatst Bijgewerkt 2024-03-06
Publicatiedatum 2017-06-26
Ontwikkelaar Dev App Zone
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebNotes",
    "description": "This app is used for saving notes for each websites",
    "version": "1.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Web Notes",
        "default_icon": "icb1.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icb1.png"
    }
}