very simple memo

very simple mamo.

Apa itu very simple memo?

very simple memo adalah ekstensi Chrome yang dikembangkan oleh ttt242242, dan fitur utamanya adalah "very simple mamo.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi very simple memo

Unduh file ekstensi very simple memo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This is very simple memo extension.

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


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

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

Informasi Dasar Ekstensi

Nama very simple memo very simple memo
ID pbcplmdceicjnlneahhdaaikcopmcgna
URL Resmi https://chrome.google.com/webstore/detail/very-simple-memo/pbcplmdceicjnlneahhdaaikcopmcgna
Deskripsi very simple mamo.
Ukuran File 87.53 KB
Jumlah Instalasi 16
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2015-10-03
Tanggal Publikasi 2015-10-03
Penilaian 3.50/5 Total 2 Penilaian
Pengembang ttt242242
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}