Chrome Notes

A simple notepad extension for Google Chrome

Τι είναι το Chrome Notes;

Το Chrome Notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rgbstudios.org, και η κύρια λειτουργία του είναι "A simple notepad extension for Google Chrome".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        NEW: You can now have multiple notes!
NEW: You can now customize the font size!

A simple notes extension, right in your chrome browser! Easily copy around a few words to and from different chrome windows and other apps.

Thank you for over 50,000 users, 100 ratings and 4.5 stars!

* Ad-free
* Works offline
* Very small (less than 0.1mb)
* Multiple notes
* Download text backup

Chrome Notes remembers your notes and mode, even after closing chrome or restarting your computer! Notes are stored in local storage, so nobody else will ever see them, not us, and not Google.

Use Chrome Notes as an extra clipboard, or to speak some text out-loud.

Features:
* Resizable notepad
* Shortcut buttons for cut, copy, paste, and select all
* Normal keyboard shortcuts work too
* Save as a .txt file
* Open in new window
* Speak selected text out-loud
* Chrome Notes remembers its last size for you next time
* Store multiple notes, and quickly create, edit, share, or delete
* Focus mode for distraction free writing

Chrome Notes is the smart, simple notepad built for you :)

V.1.3.0
Icons from material.io/icons/

Landing page: rgbstudios.org/projects/chrome-notes

RGB Studios
rgbstudios.org
facebook.com/rgbstudios.org
[email protected]                    

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

Όνομα Chrome Notes Chrome Notes
ID lnfempckkegmaeleniojhjplemmebgfi
Επίσημο URL https://chromewebstore.google.com/detail/chrome-notes/lnfempckkegmaeleniojhjplemmebgfi
Περιγραφή A simple notepad extension for Google Chrome
Μέγεθος Αρχείου 20.01 KB
Αριθμός Εγκαταστάσεων 87,487
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2023-06-09
Ημερομηνία Δημοσίευσης 2020-05-12
Αξιολόγηση 4.52/5 Συνολικά 133 Αξιολογήσεις
Προγραμματιστής https://rgbstudios.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://rgbstudios.org/projects/chrome-notes
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Notes",
    "description": "A simple notepad extension for Google Chrome",
    "version": "1.3.0",
    "action": {
        "default_icon": "img\/128_icon.png",
        "default_popup": "index.html",
        "default_title": "Click to start typing..."
    },
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "downloads"
    ],
    "icons": {
        "128": "img\/128_icon.png",
        "48": "img\/48_icon.png",
        "16": "img\/16_icon.png"
    }
}