pop Notepad

pop Notepad(use local storage.)

What is pop Notepad?

pop Notepad is a Chrome extension developed by https://dekuyou.ddo.jp/knowledge, and its main feature is "pop Notepad(use local storage.)".

Extension Screenshots

screenshot
screenshot

Download pop Notepad Extension CRX File

Download pop Notepad 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

                        popup Notepad use local storage.


ポップアップでメモができます。
入力した文字は常に保存されているので、素早くメモが可能。
付箋紙的な利用が可能です。

入力エリアは入力した文字に対応し伸縮します。

Twitter ハッシュタグ #dekuyoucrx でつぶやいています。
リクエストなどもこちらに頂けると、反応しやすいです。



Automatic translation:

Can make a memo in a popup. 
Typed characters are saved, so are always available for quick notes. 
Practicable for use like paper sticky notes. 

Input area adjusts to the characters entered.

v2.5.1 added "add to Google Calendar" & Fixed several issues.
v2.5 add index & send from local mail.


My Gallery.(http://goo.gl/NWwC)

Twitter hashtags is #dekuyoucrx                    

Extension Basic Information

Name pop Notepad pop Notepad
ID ekpnkffalcdjkfapohiibeimminjionc
Official URL https://chromewebstore.google.com/detail/pop-notepad/ekpnkffalcdjkfapohiibeimminjionc
Description pop Notepad(use local storage.)
File Size 40.23 KB
Installation Count 821
Current Version 2.5.2.1
Last Updated 2012-09-07
Publish Date 2012-09-07
Rating 3.90/5 Total 21 Ratings
Developer https://dekuyou.ddo.jp/knowledge
Payment Type free
Extension Website http://dekuyou.ddo.jp/knowledge/?chrome/extensions
Help Page URL http://twitter.com/dekuyou
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "pop Notepad",
    "version": "2.5.2.1",
    "description": "pop Notepad(use local storage.)",
    "icons": {
        "48": "images.png",
        "128": "images.png"
    },
    "browser_action": {
        "default_icon": "images.png",
        "default_title": "pop Notepad",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jp_ddo_dekuyou_popNotepad.js"
            ]
        }
    ]
}