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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}