Hack Pad

Note keeping extension similar to sticky notes.

Hack Padคืออะไร?

Hack Pad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jatin Varlyani และคุณลักษณะหลักของมันคือ "Note keeping extension similar to sticky notes."

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

screenshot

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

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

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

                        This is a simple note taking app which is editable and you can add the task you want to note it down or for later use. So, it's kind of a hack pad where you can take note of the important stuffs to help you to check it later.                    

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

ชื่อ Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
คำอธิบาย Note keeping extension similar to sticky notes.
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 223
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-01-11
วันที่เผยแพร่ 2019-01-11
ผู้พัฒนา Jatin Varlyani
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Jatin-8898
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack Pad",
    "author": "Jatin Varlyani ",
    "description": "Note keeping extension similar to sticky notes.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/hackpad-icon.png"
        },
        "default_title": "Hack Pad",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "1.0"
}