Web Notepad

Free Chrome extention notepad

Wat is Web Notepad?

Web Notepad is een Chrome-extensie ontwikkeld door gopityro, en de belangrijkste functie is "Free Chrome extention notepad".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Web Notepad

Download Web Notepad-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

                        A Free online web notepad.

You can add your notes and save directly.
You can add notes/text from websites you visit by just select the text and right click add to notes.                    

Basisinformatie over de Extensie

Naam Web Notepad Web Notepad
ID hdlkbfdalcejhcbnbmfpnkjldkjkfcmb
Officiële URL https://chromewebstore.google.com/detail/web-notepad/hdlkbfdalcejhcbnbmfpnkjldkjkfcmb
Beschrijving Free Chrome extention notepad
Bestandsgrootte 67.74 KB
Aantal Installaties 517
Huidige Versie 1.0
Laatst Bijgewerkt 2023-09-04
Publicatiedatum 2019-03-25
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar gopityro
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gopi Tyro",
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_popup": "popup.html"
    },
    "description": "Free Chrome extention notepad",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "name": "Web Notepad",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "version": "1.0"
}