Hack Pad

Note keeping extension similar to sticky notes.

Hack Pad란 무엇입니까?

Hack Pad은(는) Jatin Varlyani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Note keeping extension similar to sticky notes."입니다.

확장 프로그램 스크린샷

screenshot

Hack Pad 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}