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文件

下載Browser Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}