UnderlineMe Notepad
UnderlineMe Notepad
UnderlineMe Notepad là gì?
UnderlineMe Notepad là một tiện ích mở rộng Chrome được phát triển bởi https://underlineme.com, và tính năng chính của nó là "UnderlineMe Notepad".
Ả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 UnderlineMe Notepad
Tải xuống các tệp mở rộng UnderlineMe Notepad 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
Free *Privacy friendly UnderlineMe is an in-browser notepad. With a simple shortcut, open the notepad while browsing and start typing. What was the login link? Where did I put that url Did I take notes during the call? Where was that todo list again? What was that guy's twitter? Where do I dump this email list What was that contact's name Did I reply back to that linkedin message ^If this is you then you'll love UnderlineMe. Unlike other tools, UnderlineMe complements your workflow. Take notes while watching Youtube, browsing Stackoverflow, checking out Pinterest, chatting on Slack, etc. Any questions? Shoot me a message at underlineme.com/contact or get in touch on Twitter @underlinemapp Twitter - https://twitter.com/underlinemeapp
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UnderlineMe Notepad |
ID | bfgkgjjcgcfdjdcdcicnekhhldinkkhk |
URL Chính Thức | https://chromewebstore.google.com/detail/underlineme-notepad/bfgkgjjcgcfdjdcdcicnekhhldinkkhk |
Mô tả | UnderlineMe Notepad |
Kích Thước Tệp | 8.02 MB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2021-07-14 |
Ngày Phát Hành | 2020-07-17 |
Đánh Giá | 4.11/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://underlineme.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://underlineme.com |
URL Trang Trợ Giúp | https://underlineme.com/contact |
URL Trang Chính Sách Bảo Mật | https://underlineme.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_shortName__", "homepage_url": "https:\/\/underlineme.com", "description": "UnderlineMe Notepad", "default_locale": "en", "permissions": [ "storage" ], "optional_permissions": [], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ "Inter.otf", "css\/content-script.css", "dist\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "options_ui": { "page": "dist\/index.html", "open_in_tab": true, "browser_style": true }, "content_scripts": [ { "all_frames": false, "js": [ "js\/content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "content_security_policy": "connect-src ws: http:\/\/localhost:4000 https:\/\/api.underlineme.com https:\/\/*.ingest.sentry.io https:\/\/*.pusher.com; img-src: 'self' data; script-src 'self'; object-src 'self'", "version": "2.0.3" } |