Hack Pad

Note keeping extension similar to sticky notes.

Hack Pad là gì?

Hack Pad là một tiện ích mở rộng Chrome được phát triển bởi Jatin Varlyani, và tính năng chính của nó là "Note keeping extension similar to sticky notes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hack Pad

Tải xuống các tệp mở rộng Hack Pad dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
URL Chính Thức https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
Mô tả Note keeping extension similar to sticky notes.
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 223
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-01-11
Ngày Phát Hành 2019-01-11
Nhà Phát Triển Jatin Varlyani
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Jatin-8898
Ngôn Ngữ Được Hỗ Trợ 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"
}