Notepad Extension

Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.

Τι είναι το Notepad Extension;

Το Notepad Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jakesap, και η κύρια λειτουργία του είναι "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Notepad Extension

Λήψη αρχείων επέκτασης Notepad Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows.

Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Notepad Extension Notepad Extension
ID llalomgpmhbiehnimkkbclmkgobillba
Επίσημο URL https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba
Περιγραφή Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
Μέγεθος Αρχείου 67.69 KB
Αριθμός Εγκαταστάσεων 79
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-08-27
Ημερομηνία Δημοσίευσης 2023-05-06
Προγραμματιστής jakesap
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/jakesap/notepad-extension
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notepad Extension",
    "version": "1.0.2",
    "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Notepad Extension",
        "default_icon": "logo.png",
        "default_popup": "index.html"
    }
}