pop Notepad

pop Notepad(use local storage.)

Cos'è pop Notepad?

pop Notepad è un'estensione di Chrome sviluppata da https://dekuyou.ddo.jp/knowledge, e la sua funzione principale è "pop Notepad(use local storage.)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione pop Notepad

Scarica i file di estensione pop Notepad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome pop Notepad pop Notepad
ID ekpnkffalcdjkfapohiibeimminjionc
URL Ufficiale https://chromewebstore.google.com/detail/pop-notepad/ekpnkffalcdjkfapohiibeimminjionc
Descrizione pop Notepad(use local storage.)
Dimensione del File 40.23 KB
Conteggio Installazioni 821
Versione Corrente 2.5.2.1
Ultimo Aggiornamento 2012-09-07
Data di Pubblicazione 2012-09-07
Valutazione 3.90/5 Totale 21 Valutazioni
Sviluppatore https://dekuyou.ddo.jp/knowledge
Tipo di Pagamento free
Sito Web dell'Estensione http://dekuyou.ddo.jp/knowledge/?chrome/extensions
URL della Pagina di Aiuto http://twitter.com/dekuyou
Lingue Supportate 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"
            ]
        }
    ]
}