AppendEN

Extension to send selected texts to Evernote

什麼是AppendEN?

AppendEN是由http://devcafe.jp/blog開發的Chrome擴展程式,該擴展的主要功能是“Extension to send selected texts to Evernote”。

擴展截圖

screenshot

下載AppendEN擴展crx文件

下載AppendEN擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AppendEN AppendEN
ID cikgoajmopopbnagahfgmapmlfphcnnk
官方網址 https://chrome.google.com/webstore/detail/appenden/cikgoajmopopbnagahfgmapmlfphcnnk
簡介 Extension to send selected texts to Evernote
檔案大小 142 KB
安裝次數 76
目前版本 0.1.7
更新時間 2014-02-05
上架時間 2014-02-05
評分 4.00/5 共 1 次評分
開發者 http://devcafe.jp/blog
付費類型 free
擴展官網 http://devcafe.jp/blog/iphoneapp/append-to-evernote/
支援的語言 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"
}