NoteTaker

Take quick notes and save them without moving away from your browser!

什麼是NoteTaker?

NoteTaker是由Nehan Sikder開發的Chrome擴展程式,該擴展的主要功能是“Take quick notes and save them without moving away from your browser!”。

擴展截圖

screenshot

下載NoteTaker擴展crx文件

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

擴展使用說明

                        Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes!

Logo design - [email protected]                    

擴展基本資訊

名稱 NoteTaker NoteTaker
ID jedmfdadjflnlakpidicccpibkdfpeap
官方網址 https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap
簡介 Take quick notes and save them without moving away from your browser!
檔案大小 394 KB
安裝次數 1,015
目前版本 0.0.0.3
更新時間 2017-01-15
上架時間 2017-01-15
評分 4.00/5 共 4 次評分
開發者 Nehan Sikder
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoteTaker",
    "description": "Take quick notes and save them without moving away from your browser!",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo3.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "FileSaver.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "FileSaver.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}