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ファイルをダウンロード

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
Eメール [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"
}