Fast Note

Super fast note storage

Fast Noteคืออะไร?

Fast Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yasuharu Ozaki และคุณลักษณะหลักของมันคือ "Super fast note storage"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fast Note

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}