Snap Note

A Chrome Extension in the form of a pop-up notepad with various functions

Snap Noteคืออะไร?

Snap Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arthelon และคุณลักษณะหลักของมันคือ "A Chrome Extension in the form of a pop-up notepad with various functions"

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

screenshot

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

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

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

                        A Chrome Extension in the form of a pop-up notepad with various functions.

IMPORTANT : 
Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.                    

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

ชื่อ Snap Note Snap Note
ID bcddlnpbfpldhhgpjkoedhcnjchldcff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff
คำอธิบาย A Chrome Extension in the form of a pop-up notepad with various functions
ขนาดไฟล์ 277 KB
จำนวนการติดตั้ง 908
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2015-09-11
วันที่เผยแพร่ 2015-09-11
คะแนน 3.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Arthelon
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/Arthelon
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Note",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "A Chrome Extension in the form of a pop-up notepad with various functions",
    "author": "Daniel Hsing",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "32": "images\/note-32.png",
        "48": "images\/note-48.png",
        "128": "images\/note-128.png"
    },
    "browser_action": {
        "default_icon": "images\/note-128.png",
        "default_title": "Snap Note",
        "default_popup": "index.html"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "index.html",
        "js\/popup.js"
    ]
}

ส่วนขยายที่เกี่ยวข้อง