chromePad

A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor

chromePadคืออะไร?

chromePad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย earthii.dev และคุณลักษณะหลักของมันคือ "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor"

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

screenshot

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

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

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

                        chromePad is an extension which enables users to take notes through a chrome extension.

You will no longer have to open a new tab somewhere else while writing your notes, or create a new file on your computer.
 
You can also right click in chrome to add a quick note into the app.

All notes are synced to your chrome. Therefore, notes are shared across all chrome browsers in which the user is logged into with the same account. (Must have chrome sync setting enabled. Chrome has set by default)                    

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

ชื่อ chromePad chromePad
ID dpofibmpjiejdbmpkflaedamfkglbdfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chromepad/dpofibmpjiejdbmpkflaedamfkglbdfl
คำอธิบาย A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 670
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2018-11-28
วันที่เผยแพร่ 2018-11-28
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา earthii.dev
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chromePad",
    "short_name": "chromePad",
    "version": "1.1.3",
    "description": "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon256.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}