Evernote Web Highlight Tool
Highlight text in Evernote Web with any color using shortcut "Ctrl (Control on macOS) + Shift + h".
Apa itu Evernote Web Highlight Tool?
Evernote Web Highlight Tool adalah ekstensi Chrome yang dikembangkan oleh http://ihainan.me, dan fitur utamanya adalah "Highlight text in Evernote Web with any color using shortcut "Ctrl (Control on macOS) + Shift + h".".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Evernote Web Highlight Tool
Unduh file ekstensi Evernote Web Highlight Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | pfjhdmfipngjpikphjjanhidiaiodggj |
URL Resmi | https://chrome.google.com/webstore/detail/evernote-web-highlight-to/pfjhdmfipngjpikphjjanhidiaiodggj |
Deskripsi | Highlight text in Evernote Web with any color using shortcut "Ctrl (Control on macOS) + Shift + h". |
Ukuran File | 59.15 KB |
Jumlah Instalasi | 266 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-01-14 |
Tanggal Publikasi | 2019-01-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://ihainan.me |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evernote Web Highlight Tool", "version": "1.1", "description": "Highlight text in Evernote Web with any color using shortcut \"Ctrl (Control on macOS) + Shift + h\".", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.evernote.com\/*\/web*" ], "js": [ "js\/hotkeys.min.js", "js\/highlight.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 2 } |