Notes

Save and retrieve short notes to your Chrome Omnibox

Notesคืออะไร?

Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย j.heavener และคุณลักษณะหลักของมันคือ "Save and retrieve short notes to your Chrome Omnibox"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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