Chrome Note

A handy way to keep notes while you browse the web

Chrome Note란 무엇입니까?

Chrome Note은(는) gazza7205에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A handy way to keep notes while you browse the web"입니다.

확장 프로그램 스크린샷

screenshot

Chrome Note 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a basic note taking application.

I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention.

There are some improvements I'd like to make and will be doing so over time.

I'll be putting this on GitHub soon too so you can fork/laugh at it :)                    

확장 프로그램 기본 정보

이름 Chrome Note Chrome Note
ID aockhgcalnpkacmmbabpenflbdikonmg
공식 URL https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg
설명 A handy way to keep notes while you browse the web
파일 크기 86.14 KB
설치 횟수 1,069
현재 버전 1.1
최근 업데이트 2015-07-26
출시 날짜 2015-07-26
평점 5.00/5 총 1 개의 평점
개발자 gazza7205
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Note",
    "description": "A handy way to keep notes while you browse the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "activeTab"
    ]
}