very simple memo

very simple mamo.

What is very simple memo?

very simple memo is a Chrome extension developed by ttt242242, and its main feature is "very simple mamo.".

Extension Screenshots

screenshot

Download very simple memo Extension CRX File

Download very simple memo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is very simple memo extension.

Method of operation
・Moving text object : drag and drop
・Delete text object : Double click on the text object


ほんとシンプルなメモ帳です。

操作
・テキストはドラッグアンドドロップで移動
・ダブルクリックで削除                    

Extension Basic Information

Name very simple memo very simple memo
ID pbcplmdceicjnlneahhdaaikcopmcgna
Official URL https://chrome.google.com/webstore/detail/very-simple-memo/pbcplmdceicjnlneahhdaaikcopmcgna
Description very simple mamo.
File Size 87.53 KB
Installation Count 16
Current Version 0.2.1
Last Updated 2015-10-03
Publish Date 2015-10-03
Rating 3.50/5 Total 2 Ratings
Developer ttt242242
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "very simple memo",
    "description": "very simple mamo.",
    "version": "0.2.1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "memo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "memo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}