Notility - A Unique Note Taking Experience

The easiest and coolest way to take notes in your browser. Unique organization system, fun themes, tons of formatting options, etc.

Τι είναι το Notility - A Unique Note Taking Experience;

Το Notility - A Unique Note Taking Experience είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον notility, και η κύρια λειτουργία του είναι "The easiest and coolest way to take notes in your browser. Unique organization system, fun themes, tons of formatting options, etc.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Notility - A Unique Note Taking Experience

Λήψη αρχείων επέκτασης Notility - A Unique Note Taking Experience σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        **DISCLAIMER**
Please do not use Notility to take large amounts of notes! 
Notility uses Google Chrome's localStorage API which limits the available storage per extension to 5MB. This is a lot of storage for simple note taking purposes, but can be reached if using Notility for extensive note taking. 5MB equates to approximately 100,000-200,000 words in Notility notes which is sufficient for most users. Please consider other options if you plan to take copious notes.
We have the ability to update storage to remove maximum storage size and add cross-platform sync features, but we don't see much demand for this. If you would like these features let us know and we can add them.
**END**

Notility ensures that taking notes while browsing Google Chrome is as convenient as possible, while still offering a plethora of custom formatting options and user preferences.

Take notes while browsing Google Chrome without having to switch away from the browser

Organize your notes using a dynamic hashtag system

Style your notes with different fonts, images, headers, formatted quotes, code blocks, and much more

Drag'n'Drop your notes to reorder them

Automatically insert a link to the active Chrome tab with a click of a button

Download notes to easily export them to other programs

Change the color scheme and resize the extension to fit your personal taste

And of course: Dark Mode!                    

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

Όνομα Notility - A Unique Note Taking Experience Notility - A Unique Note Taking Experience
ID hogihdfpkilgcmenhklcllklgnkndglp
Επίσημο URL https://chrome.google.com/webstore/detail/notility-a-unique-note-ta/hogihdfpkilgcmenhklcllklgnkndglp
Περιγραφή The easiest and coolest way to take notes in your browser. Unique organization system, fun themes, tons of formatting options, etc.
Μέγεθος Αρχείου 4.01 MB
Αριθμός Εγκαταστάσεων 315
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2021-02-05
Ημερομηνία Δημοσίευσης 2019-12-23
Αξιολόγηση 4.06/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής notility
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Adrian658/ChromeNotesExtension
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notility - A Unique Note Taking Experience",
    "short_name": "Notility",
    "version": "1.2.3",
    "description": "The easiest and coolest way to take notes in your browser. Unique organization system, fun themes, tons of formatting options, etc.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "main.html"
    },
    "offline_enabled": true,
    "icons": {
        "16": "Notility_Icon_16.png",
        "48": "Notility_Icon_48.png",
        "128": "Notility_Icon_128.png"
    },
    "manifest_version": 2
}