URL Note Taker

Save Website Links with Notes.

Τι είναι το URL Note Taker;

Το URL Note Taker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον elearningboy, και η κύρια λειτουργία του είναι "Save Website Links with Notes.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης URL Note Taker

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

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

                        URL Note Taker helps you take notes on any webpage and save your notes along with the link (URL) of that page. 

To use UNT, follow this step: 
1. Install it in your browser. 
2. Visit any webpage. 
3. Click the UNT icon to open the popup. 
4. Writer a note in the popup about the webpage. 
5. Click Save Note. 

All your notes will be displayed in the extension that you can revisit later. You can also save notes without webpage links (URL) - just toggle off the Save URL icon. 

Your notes stays saved even after you close your browser. So you can revisit your notes next time you come back. Notes are deleted only when you double click the Delete All button. You can download all your notes in PDF for future use. 

Who will benefit most from this extension? 
If you take notes while browsing multiple webpages and you want to have a handy tool to do this, you can use this extension. It can be best used by researchers, writers, students, and everyone who wants to take notes on the go while browsing. 

Once you install the extension, click the extension icon and then click the Settings icon to go to the Settings and Help page. Here, you will see a list of help items that can assist you in improving your experience to use the extension. 

View the accompanied YouTube video to see how it works. Link:                    

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

Όνομα URL Note Taker URL Note Taker
ID ebjdgpdlkejknpokamoinmjnbdeloaaf
Επίσημο URL https://chrome.google.com/webstore/detail/url-note-taker/ebjdgpdlkejknpokamoinmjnbdeloaaf
Περιγραφή Save Website Links with Notes.
Μέγεθος Αρχείου 13.44 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-09-09
Ημερομηνία Δημοσίευσης 2021-09-09
Προγραμματιστής elearningboy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://elearningboy.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Note Taker",
    "author": "Deepak",
    "version": "1.0",
    "description": "Save Website Links with Notes.",
    "icons": {
        "225": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "unlimitedStorage",
        "activeTab"
    ],
    "background": {
        "service_worker": "index.js"
    }
}