Browser Notes

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

Browser Notes란 무엇입니까?

Browser Notes은(는) vinaynvd72에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can take notes, which includes text, lists, links & images. We can export our notes in the form of html.."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Browser Notes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Browser Notes Browser Notes
ID goejhefllnefpaocmedbdmfnekhnhien
공식 URL https://chromewebstore.google.com/detail/browser-notes/goejhefllnefpaocmedbdmfnekhnhien
설명 You can take notes, which includes text, lists, links & images. We can export our notes in the form of html..
파일 크기 306 KB
설치 횟수 87
현재 버전 3.0
최근 업데이트 2021-05-19
출시 날짜 2021-05-19
평점 5.00/5 총 3 개의 평점
개발자 vinaynvd72
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}