Simple Notetaking

Just a simple plugin to take notes directly in your browser.

Simple Notetakingคืออะไร?

Simple Notetaking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafael Almeida และคุณลักษณะหลักของมันคือ "Just a simple plugin to take notes directly in your browser."

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

screenshot

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

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

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

                                            

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

ชื่อ Simple Notetaking Simple Notetaking
ID mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
คำอธิบาย Just a simple plugin to take notes directly in your browser.
ขนาดไฟล์ 40.92 KB
จำนวนการติดตั้ง 139
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-02-09
วันที่เผยแพร่ 2016-02-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Rafael Almeida
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notetaking",
    "description": "Just a simple plugin to take notes directly in your browser.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Simple Notetaking",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}

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