Evernote Shortcuts

EverShort provides keyboard shortcuts to EverNote.

Evernote Shortcuts là gì?

Evernote Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi https://gorka.eguileor.com, và tính năng chính của nó là "EverShort provides keyboard shortcuts to EverNote.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Evernote Shortcuts

Tải xuống các tệp mở rộng Evernote Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Increase your productivity on EverNote using shortcuts to search, navigate, share and create notes.

Although there's still a lot of work to do, most common functionality is supported, like sidebar menu, dialog forms buttons, etc.

General options:
    ?      show the help dialog
    A      Add a note
    /      search notes
    W      goto Workchat
    S      goto Shortcuts
    N      goto Notes
    B      goto noteBooks
    T      goto Tags
    C      goto Contiguration

Dialogs:
    Enter  accept
    Esc    cancel

Nodes list:
    j      next note
    k      previous note
    l      edit note
    oc     Order by Creation date (newest first)
    oC     Order by Creation date (oldest first)
    ou     Order by Updated date (newest first)
    oU     Order by Updated date (oldest first)
    ot     Order by Title (ascending)
    oT     Order by Title (descending)
    vi     Toggle view text
    vt     Toggle view images

Note:
    c      change note Caption
    s      Star note
    i      note Info
    d      Delete note
    r      Reminder for note
    b      move note to noteBook
    t      Tag note
    F      Focus toggle

Note Sharing:
    hs     Send note
    hf     Facebook
    ht     Twitter
    hi     LinkedIn
    he     Email
    hl     Link

Notebook list:
    j      next notebook
    k      previous notebook
    Enter  select notebook
    l      select notebook
    d      delete notebook
    e      email notebook
    s      Star notebook
    a      Add Notebook
    f      Enter search Field
    x      Clear search notebook

Search window:
    w      change Where to search
    a      Add search to saved
    f      enter search Field
    x      Clear search field

Miscelaneous:
    Esc    exit field
    a      create tag/chat
    f      enter search Field
    x      clear search field

Configuration Menu:
    s      Settings
    h      Help & Learning
    r      Rate Evernote Web
    l      Log out

Note editing:
    Esc             Exit note editor
    Ctrl+z          Undo
    Ctrl+Shift+z    Redo
    ⇄               Indent
    Shift+⇄         Unindent
    Ctrl+b          Bold
    Ctrl+i          Italic
    Ctrl+u          Underline
    Ctrl+Alt+a      Attach file
    Ctrl+Alt+b      Bulleted list
    Ctrl+Alt+c      Checkbox
    Ctrl+Alt+d      Divider line
    Ctrl+Alt+e      Align center
    Ctrl+Alt+k      Insert link
    Ctrl+Alt+l      Align left
    Ctrl+Alt+n      Numbered list
    Ctrl+Alt+p      Code block
    Ctrl+Alt+r      Align right
    Ctrl+Alt+s      Strikethrough
    Ctrl+Alt+x      Remove formatting
    Ctrl+Alt+=      Subscript
    Ctrl+Alt++      Superscript

Release Notes for v0.3.2
------------------------
- Fix #7: Tab inserts 4 spaces
- Fix help message on click with user URLs

Release Notes for v0.3.1
------------------------
- Support URLs in the form evershort.com/u/#
- Fix tinymce shortcuts
- Fix notebook up/down movement
- Fix quick notebook up/down movement

Release Notes for v0.3.0
------------------------
- Add shortcuts for editor
- Show shortcuts in tooltips
- Fix editor's toolbar visibility

Release Notes for v0.2.4
------------------------
- Add support for Chinese site (issue #2)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Evernote Shortcuts Evernote Shortcuts
ID clhjalfedcigiomjfmmjhgadnlmegobb
URL Chính Thức https://chromewebstore.google.com/detail/evernote-shortcuts/clhjalfedcigiomjfmmjhgadnlmegobb
Mô tả EverShort provides keyboard shortcuts to EverNote.
Kích Thước Tệp 34.93 KB
Số Lần Cài Đặt 3,914
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2018-08-12
Ngày Phát Hành 2018-08-12
Đánh Giá 3.82/5 Tổng số 38 Đánh Giá
Nhà Phát Triển https://gorka.eguileor.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Akrog/evershort
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Evernote Shortcuts",
    "short_name": "evershort",
    "version": "0.3.2",
    "description": "EverShort provides keyboard shortcuts to EverNote.",
    "author": "Gorka Eguileor",
    "permissions": [
        "https:\/\/*.evernote.com\/Home.action*",
        "https:\/\/evernote.com\/Home.action*",
        "https:\/\/*.evernote.com\/u\/*\/Home.action*",
        "https:\/\/evernote.com\/u\/*\/Home.action*",
        "https:\/\/*.yinxiang.com\/Home.action*",
        "https:\/\/yinxiang.com\/u\/*\/Home.action*",
        "https:\/\/*.yinxiang.com\/u\/*\/Home.action*",
        "https:\/\/yinxiang.com\/Home.action*",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "contentscripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "pages\/styles.css"
            ],
            "matches": [
                "https:\/\/*.evernote.com\/Home.action*",
                "https:\/\/evernote.com\/Home.action*",
                "https:\/\/*.evernote.com\/u\/*\/Home.action*",
                "https:\/\/evernote.com\/u\/*\/Home.action*",
                "https:\/\/*.yinxiang.com\/Home.action*",
                "https:\/\/yinxiang.com\/Home.action*",
                "https:\/\/*.yinxiang.com\/u\/*\/Home.action*",
                "https:\/\/yinxiang.com\/u\/*\/Home.action*"
            ],
            "js": [
                "contentscripts\/utils.js",
                "contentscripts\/keymanager.js",
                "contentscripts\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "pages\/help.html"
    ]
}