Notey Notepad

Take Quick Notes

Notey Notepad란 무엇입니까?

Notey Notepad은(는) Time Technology에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take Quick Notes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Notey Notepad 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Notey NotePad is a free and easy-to-use notepad for everyday use. It is designed for simplicity and accessibility thus, making your note taking process fast and convenient via any tab. 

Our day to day work requires efficiency, speed, and accuracy. So in the midst of doing your research, work, and browsing the internet thus, navigating between programs may lose valuable time. This gave birth to this project. Notey NotePad will enable everyone to have the same comfort of taking copious notes without having to leave the browser.                    

확장 프로그램 기본 정보

이름 Notey Notepad Notey Notepad
ID ajbdeoplkbmbilclmchfhkpcpghgbfii
공식 URL https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii
설명 Take Quick Notes
파일 크기 93.55 KB
설치 횟수 57
현재 버전 1.1
최근 업데이트 2022-02-18
출시 날짜 2019-04-30
평점 5.00/5 총 1 개의 평점
개발자 Time Technology
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notey Notepad",
    "description": "Take Quick Notes",
    "version": "1.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}