AppendEN

Extension to send selected texts to Evernote

Qu'est-ce que AppendEN ?

AppendEN est une extension Chrome développée par http://devcafe.jp/blog, et sa fonction principale est "Extension to send selected texts to Evernote".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AppendEN

Téléchargez les fichiers d'extension AppendEN au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AppendEN AppendEN
ID cikgoajmopopbnagahfgmapmlfphcnnk
URL Officiel https://chrome.google.com/webstore/detail/appenden/cikgoajmopopbnagahfgmapmlfphcnnk
Description Extension to send selected texts to Evernote
Taille du Fichier 142 KB
Nombre d'Installations 76
Version Actuelle 0.1.7
Dernière Mise à Jour 2014-02-05
Date de Publication 2014-02-05
Évaluation 4.00/5 Total 1 Évaluations
Développeur http://devcafe.jp/blog
Type de Paiement free
Site Web de l'Extension http://devcafe.jp/blog/iphoneapp/append-to-evernote/
Langues Prises en Charge 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"
}