AlterNote Editor

An alternative implementation of the tinyMCE WYSIWYG editor for the Evernote web client.

AlterNote Editorคืออะไร?

AlterNote Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jashua212 และคุณลักษณะหลักของมันคือ "An alternative implementation of the tinyMCE WYSIWYG editor for the Evernote web client."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AlterNote Editor

ดาวน์โหลดไฟล์ส่วนขยาย AlterNote Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AlterNote Editor offers tools missing from Evernote's web client. These include—
 
 1. viewing and editing HTML block elements and source code
 2. one-click addition of missing parent tags
 3. inserting footnotes/sidenotes
 4. creating local backup copies
 5. editing image properties, including rotation
 6. customizing table and list formats
 7. collapsing nested lists
 8. inserting current date and time
 9. changing case of selected text
10. first-line indenting with tab key
11. adding quick links to other notes

| Usage |

Login to your account from the Evernote web client and select the note you wish to edit. You open that note in an editor by clicking on AlterNote's icon in the browser's toolbar or, when not in edit mode, in the context menu accessed from the note's text area.

You can create a new note, as well as a copy of the opened note, by selecting the applicable command in the editor's File menu.

You can specify the editor's default dimensions and base font/colors in the Options page. You open links by double-clicking them.

You must save any changes you make to a note in order to keep them. Closing the editor before saving will result in the loss of your unsaved changes. When you save a note, that note is uploaded to Evernote's servers and saved there as the latest version.

You can view your saved changes back in the Evernote web client by re-selecting the note, or by refreshing the browser. You may have to clear your browser's cache. You can also view saved changes in other Evernote clients after syncing those clients.

AlterNote stops running in your browser's background when you don't have any editors open, thus freeing up your system's memory.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AlterNote Editor AlterNote Editor
ID hljkfahiahjhhpmpihngnommookkneji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alternote-editor/hljkfahiahjhhpmpihngnommookkneji
คำอธิบาย An alternative implementation of the tinyMCE WYSIWYG editor for the Evernote web client.
ขนาดไฟล์ 942 KB
จำนวนการติดตั้ง 1,261
เวอร์ชันปัจจุบัน 7.8.1
อัปเดตครั้งล่าสุด 2020-06-16
วันที่เผยแพร่ 2020-06-16
คะแนน 4.52/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา jashua212
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://alternote.github.io/Privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png"
        },
        "default_title": "AlterNote"
    },
    "description": "An alternative implementation of the tinyMCE WYSIWYG editor for the Evernote web client.",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "AlterNote Editor",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "cookies",
        "https:\/\/www.evernote.com\/*"
    ],
    "version": "7.8.1"
}