ちびめも(簡易ブラウザメモ)

保存するほどでもないような些細なメモを取るためのブラウザ用メモ帳です。なぞった文字をメモに追記したり、オプション画面で自動セーブ機能を設定したりできます。

What is ちびめも(簡易ブラウザメモ)?

ちびめも(簡易ブラウザメモ) is a Chrome extension developed by clover, and its main feature is "保存するほどでもないような些細なメモを取るためのブラウザ用メモ帳です。なぞった文字をメモに追記したり、オプション画面で自動セーブ機能を設定したりできます。".

Extension Screenshots

screenshot

Download ちびめも(簡易ブラウザメモ) Extension CRX File

Download ちびめも(簡易ブラウザメモ) 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

                        ブラウザに保存される簡易ブラウザメモ帳です。
・アドレスバーの隣に追加されるアイコンをクリックして起動
・テキストをなぞって「ちびめも転送」で追記

オートセーブを利用される場合、設定画面でチェックしてください。
チェック後、オートセーブが実行されます。

※ご連絡
改行がセル内改行になるとのご指摘を受けましたが、チェックしてみても再現いたしません。
私はWindowsで行っているのですが、もしかしたらMac等だと発生しているのかもしれません。
情報お持ちの方はフィードバック等でご連絡いただけると幸いです。

■更新履歴
2013/8/7 v1.0.0 旧版から新版に変更                    

Extension Basic Information

Name ちびめも(簡易ブラウザメモ) ちびめも(簡易ブラウザメモ)
ID dgffoidgdcbfpelkghbnhomdlhmfeehl
Official URL https://chrome.google.com/webstore/detail/%E3%81%A1%E3%81%B3%E3%82%81%E3%82%82%E7%B0%A1%E6%98%93%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B6%E3%83%A1%E3%83%A2/dgffoidgdcbfpelkghbnhomdlhmfeehl
Description 保存するほどでもないような些細なメモを取るためのブラウザ用メモ帳です。なぞった文字をメモに追記したり、オプション画面で自動セーブ機能を設定したりできます。
File Size 109 KB
Installation Count 2,000
Current Version 1.0.0
Last Updated 2015-06-14
Publish Date 2015-06-14
Rating 4.47/5 Total 17 Ratings
Developer clover
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "ja",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-1.7.1.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery-1.7.1.js"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabs"
    ]
}