Web Notepad

Free Chrome extention notepad

Qu'est-ce que Web Notepad ?

Web Notepad est une extension Chrome développée par gopityro, et sa fonction principale est "Free Chrome extention notepad".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Notepad

Téléchargez les fichiers d'extension Web Notepad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Web Notepad Web Notepad
ID hdlkbfdalcejhcbnbmfpnkjldkjkfcmb
URL Officiel https://chromewebstore.google.com/detail/web-notepad/hdlkbfdalcejhcbnbmfpnkjldkjkfcmb
Description Free Chrome extention notepad
Taille du Fichier 67.74 KB
Nombre d'Installations 517
Version Actuelle 1.0
Dernière Mise à Jour 2023-09-04
Date de Publication 2019-03-25
Évaluation 5.00/5 Total 4 Évaluations
Développeur gopityro
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}