Fast Note

Super fast note storage

Fast Noteとは何ですか?

Fast NoteはYasuharu Ozakiによって開発されたChromeの拡張機能で、その主な機能は「Super fast note storage」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fast Note拡張機能のCRXファイルをダウンロード

Fast Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}