xNotes

An app to write notes on chrome new tab.

xNotesคืออะไร?

xNotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ahmadzakiy.com และคุณลักษณะหลักของมันคือ "An app to write notes on chrome new tab."

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

screenshot
screenshot

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

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

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

                        An app to write notes on chrome new tab, with dark theme!                    

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

ชื่อ xNotes xNotes
ID kdcjpeakcckhecgojnbjiohjnbfkgmie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie
คำอธิบาย An app to write notes on chrome new tab.
ขนาดไฟล์ 584 KB
จำนวนการติดตั้ง 262
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2019-02-08
วันที่เผยแพร่ 2019-02-08
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://ahmadzakiy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ahmadzakiy/xnotes
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.1",
    "name": "xNotes",
    "short_name": "xNotes",
    "description": "An app to write notes on chrome new tab.",
    "homepage_url": "https:\/\/github.com\/ahmadzakiy\/xnotes",
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}