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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/*"
            ]
        }
    ]
}