Browser Notes

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

O que é Browser Notes?

Browser Notes é uma extensão do Chrome desenvolvida por vinaynvd72, e sua principal característica é "You can take notes, which includes text, lists, links & images. We can export our notes in the form of html..".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Browser Notes

Baixe arquivos de extensão Browser Notes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Browser Notes Browser Notes
ID goejhefllnefpaocmedbdmfnekhnhien
URL Oficial https://chromewebstore.google.com/detail/browser-notes/goejhefllnefpaocmedbdmfnekhnhien
Descrição You can take notes, which includes text, lists, links & images. We can export our notes in the form of html..
Tamanho do Arquivo 306 KB
Contagem de Instalações 87
Versão Atual 3.0
Última Atualização 2021-05-19
Data de Publicação 2021-05-19
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor vinaynvd72
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}