AppendEN

Extension to send selected texts to Evernote

Cos'è AppendEN?

AppendEN è un'estensione di Chrome sviluppata da http://devcafe.jp/blog, e la sua funzione principale è "Extension to send selected texts to Evernote".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AppendEN

Scarica i file di estensione AppendEN 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

                        AppendEN は Chrome で選択したテキストを Evernote に追記するための Extension です。
英語のページを読んでいるときに、単語を次々とメモしていくために作成しました。
Chrome の拡張機能画面から呼び出せる設定画面で設定すると、Evernote にメモするのと同時に
英単語の意味も追記することができます。

また、指定したURLで英単語の意味を表示することもできます。

登録した単語は、iOSアプリ EverLearn で取り込んでテストすることができます。
https://itunes.apple.com/jp/app/everlearn-taipingu-ying-dan/id627983178?mt=8


不具合がありましたら是非お知らせください。

In English:
AppendEN is an chrome extension to append text to your note on Evernote.                    

Informazioni di Base sull'Estensione

Nome AppendEN AppendEN
ID cikgoajmopopbnagahfgmapmlfphcnnk
URL Ufficiale https://chrome.google.com/webstore/detail/appenden/cikgoajmopopbnagahfgmapmlfphcnnk
Descrizione Extension to send selected texts to Evernote
Dimensione del File 142 KB
Conteggio Installazioni 76
Versione Corrente 0.1.7
Ultimo Aggiornamento 2014-02-05
Data di Pubblicazione 2014-02-05
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore http://devcafe.jp/blog
Tipo di Pagamento free
Sito Web dell'Estensione http://devcafe.jp/blog/iphoneapp/append-to-evernote/
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AppendEN",
    "version": "0.1.7",
    "description": "Extension to send selected texts to Evernote",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "views\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/popup.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "options_page": "views\/options.html"
}