Q Pad

The simple notepad.

Q Padคืออะไร?

Q Pad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chick307 และคุณลักษณะหลักของมันคือ "The simple notepad."

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

screenshot

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

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

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

                        The simple notepad.
You can share note via Gmail, Blogger or Twitter.

"Ctrl + Shift + /" → to show list of shortcut keys                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Q Pad Q Pad
ID gkaekoklibblfgbmjcellibkjmgddcjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/q-pad/gkaekoklibblfgbmjcellibkjmgddcjh
คำอธิบาย The simple notepad.
ขนาดไฟล์ 183 KB
จำนวนการติดตั้ง 873
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2014-03-05
วันที่เผยแพร่ 2014-03-04
คะแนน 4.33/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา chick307
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/chick307/Q-Pad
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q Pad",
    "version": "1.0.0",
    "description": "The simple notepad.",
    "icons": {
        "16": "images\/qpad-16.png",
        "128": "images\/qpad-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "vendor\/angular\/angular.js",
            "scripts\/events.js",
            "scripts\/wrapped-storage.js",
            "scripts\/app.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Q Pad",
        "default_icon": "images\/qpad-19.png"
    },
    "options_page": "options-page\/index.html"
}