Notes

Save and retrieve short notes to your Chrome Omnibox

Notes란 무엇입니까?

Notes은(는) j.heavener에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and retrieve short notes to your Chrome Omnibox"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Using Notes is simple. You can access it in two places.

Omnibox:
To get started, types "Notes" in the Omnibox and press the Tab key. Now you can type commands:
- Start typing an existing note name to retrieve a note. Select it to have its value copied to your clipboard.
- Type a note name and its value seperated by a colon to save a note. For example "my birthday: january 1st 1990".
- Type "remove" and the note name to and hit enter to remove the note. For example "remove my birthday".

Options page:
Click the Notes button in your browser to open the Notes options page.
- The page will list all saved notes.
- Click the X beside a note to remove it.
- Click a note itself to have its value copied to your clipboard.

Pretty simple, eh?                    

확장 프로그램 기본 정보

이름 Notes Notes
ID kefaclodoapdkloidiajigkbkmjofpge
공식 URL https://chrome.google.com/webstore/detail/notes/kefaclodoapdkloidiajigkbkmjofpge
설명 Save and retrieve short notes to your Chrome Omnibox
파일 크기 54 KB
설치 횟수 90
현재 버전 0.0.1
최근 업데이트 2015-04-10
출시 날짜 2015-04-10
평점 3.00/5 총 2 개의 평점
개발자 j.heavener
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "0.0.1",
    "icons": {
        "16": "icons\/32.png",
        "48": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/38.png",
        "default_title": "Notes"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "omnibox": {
        "keyword": "__MSG_omniboxKeyword__"
    }
}