Browser Notes

You can take notes, which includes text, lists, links & images. We can export our notes in the form of html..

Hvad er Browser Notes?

Browser Notes er en Chrome-udvidelse udviklet af vinaynvd72, og dens hovedfunktion er "You can take notes, which includes text, lists, links & images. We can export our notes in the form of html..".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Browser Notes-udvidelses-CRX-fil

Download Browser Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Browser notes app for your browser. It is easy to make notes of your web surfing & customize your notes.

**Welcome to Browser Notes.
Here's what you can do with this extension
 1. Type the text of the note.
 2. You can format the noted text if you want.
 3. You can make use of keyboard shortcuts to format the text for bold, italics & underline.
 4. When you've finished making notes, you can simply export your notes in the form of single 
     html file.

**Features: 
Here are some eye-catchy features too...
 1. No need to worry about the pasted format, this extension pastes the content with the same 
     styles, from which you've copied.
 2. Nah! you don't need to hit ctrl + s to save for every thing you've noted here. Auto save is 
     included.
 3. Auto hyperlinks detection too.

**Important Note : 
We don't save any of your data, This extension is complete client side & it don't make any API  calls and don't have any backend. 
All your notes will be saved in the browser's storage only. So we don't provide any back-up.

Hurray!! No need to worry about your privacy

Upcoming Highlights: 
 1. Save as PDF
 2. Save as Docx
 3. Re-size of pop-up                    

Grundlæggende oplysninger om udvidelsen

Navn Browser Notes Browser Notes
ID goejhefllnefpaocmedbdmfnekhnhien
Officiel URL https://chromewebstore.google.com/detail/browser-notes/goejhefllnefpaocmedbdmfnekhnhien
Beskrivelse You can take notes, which includes text, lists, links & images. We can export our notes in the form of html..
Filstørrelse 306 KB
Antal Installationer 87
Nuværende Version 3.0
Senest Opdateret 2021-05-19
Udgivelsesdato 2021-05-19
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler vinaynvd72
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Notes",
    "version": "3.0",
    "description": "You can take notes, which includes text, lists, links & images. We can export our notes in the form of html..",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/browser-notes-icon.PNG",
            "38": "assets\/images\/browser-notes-icon.PNG"
        },
        "default_popup": "index.html"
    }
}