Fast Note

Super fast note storage

Fast Note란 무엇입니까?

Fast Note은(는) Yasuharu Ozaki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Super fast note storage"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A note pad opens faster than any other note extensions. Just write notes, this extension saves the data automatically.
Now there is no neet to open TextEdit to take some temporally notes.


★ Note window opens faster than any other note extensions - You do not wait to write some notes.
★ Saves data automatically - You do not have to push save or delete button.
★ This changes window size automatically - You do not have to pull right side down to resize window anymore.
★ Stores data to your Chrome browser - We do not collect your data.

The Icon is made by Kotaro Funahashi(http://www.facebook.com/KoutaroFunahashi). Thanks a lot.


■Change log
ver. 1.1.0 Added function: Resize automatically.
ver. 1.2.0 Support Retina display

LICENCE
Copyright (c) 2012 Yasuharu Ozaki and Kotaro Funahashi
The MIT License                    

확장 프로그램 기본 정보

이름 Fast Note Fast Note
ID jehbplmdjbmcbbdlghcphdhfakcgaiaj
공식 URL https://chromewebstore.google.com/detail/fast-note/jehbplmdjbmcbbdlghcphdhfakcgaiaj
설명 Super fast note storage
파일 크기 11.68 KB
설치 횟수 3,704
현재 버전 1.2.0
최근 업데이트 2012-11-11
출시 날짜 2012-11-11
평점 4.56/5 총 68 개의 평점
개발자 Yasuharu Ozaki
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/YaaaaaSuuuuu
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Note",
    "version": "1.2.0",
    "description": "Super fast note storage",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo48.png",
        "default_popup": "popup.html",
        "default_title": "Fast Note"
    },
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "permissions": [
        "background",
        "unlimitedStorage"
    ]
}