Evernote Web Clipper
Use the Evernote extension to save things you see on the web into your Evernote account.
Evernote Web Clipper là gì?
Evernote Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi https://www.evernote.com, và tính năng chính của nó là "Use the Evernote extension to save things you see on the web into your Evernote account.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Evernote Web Clipper
Tải xuống các tệp mở rộng Evernote Web Clipper 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
Evernote Web Clipper is a browser extension that lets you save interesting things you find on the web directly to your Evernote account. Web Clipper Capture ideas and inspiration from anywhere with ease. Save articles, web pages, and screenshots directly to Evernote. Save what matters Clip web pages, articles, or PDFs and save them in Evernote. Screen capture full pages or just the parts you want—without distracting ads and sidebars. Customize your clips Take a screenshot of a web page, then add highlights, text, and other annotations. With Web Clipper, you can make sure what’s important is clear at a glance. Keep content organized Tag what you save so your research, photos, ideas, and more are all easy to find using keywords. You can also add titles and save content to the notebook that makes sense. Go beyond bookmarks Save web page URLs, images, and descriptions to your relevant Evernote notebook and keep all your related content in one easy-to-find place.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Evernote Web Clipper |
ID | pioclpoplcdbaefihamjohnefbikjilc |
URL Chính Thức | https://chromewebstore.google.com/detail/evernote-web-clipper/pioclpoplcdbaefihamjohnefbikjilc |
Mô tả | Use the Evernote extension to save things you see on the web into your Evernote account. |
Kích Thước Tệp | 4.13 MB |
Số Lần Cài Đặt | 2,855,859 |
Phiên Bản Hiện Tại | 7.35.0 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 4.73/5 Tổng số 129897 Đánh Giá |
Nhà Phát Triển | https://www.evernote.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://evernote.com/features/webclipper |
URL Trang Trợ Giúp | https://help.evernote.com/hc/en-us/articles/209125877 |
URL Trang Chính Sách Bảo Mật | https://evernote.com/privacy/policy |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,fr,nl,no,vi,tr,da,es,it,pl,pt-BR,fi,sv,cs,ru,uk,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ExtensionName__", "description": "__MSG_ExtensionDescription__", "author": "Evernote", "version": "7.35.0", "manifest_version": 3, "minimum_chrome_version": "88", "default_locale": "en", "background": { "service_worker": "ServiceWorkerExtension.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "js": [ "commons.js", "content.js" ], "css": [ "content.css", "SkitchStyles.css", "TopFrames.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "all_frames": true, "js": [ "ContentScriptFrames.js" ] } ], "action": { "default_title": "__MSG_BrowserActionTitle__", "default_icon": { "38": "res\/icon.png" } }, "permissions": [ "activeTab", "tabs", "cookies", "contextMenus", "storage", "notifications", "scripting" ], "host_permissions": [ " |