Highly Highlighter
Highlight to share.
Highly Highlighter là gì?
Highly Highlighter là một tiện ích mở rộng Chrome được phát triển bởi http://highly.co, và tính năng chính của nó là "Highlight to share.".
Ả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 Highly Highlighter
Tải xuống các tệp mở rộng Highly Highlighter 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
Highlight the web to share the important parts. Highly is the Highlighter Button that your browser, iPhone and iPad apps have been missing. Highlight anything. Save and share highlights, right as you read. Highly works darn near everywhere. Stories are better together. Follow friends on Highly, or post to social apps. Send highlights quickly to anybody.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hjpahjhcglfdopbholajmhpamgblhjhg |
URL Chính Thức | https://chrome.google.com/webstore/detail/highly-highlighter/hjpahjhcglfdopbholajmhpamgblhjhg |
Mô tả | Highlight to share. |
Kích Thước Tệp | 1.29 MB |
Số Lần Cài Đặt | 8,616 |
Phiên Bản Hiện Tại | 3.18 |
Cập Nhật Lần Cuối | 2018-11-13 |
Ngày Phát Hành | 2018-11-13 |
Đánh Giá | 4.30/5 Tổng số 388 Đánh Giá |
Nhà Phát Triển | http://highly.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.highly.co |
URL Trang Trợ Giúp | http://www.highly.co/howto |
URL Trang Chính Sách Bảo Mật | http://www.highly.co/legal |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highly Highlighter", "short_name": "Highly", "description": "Highlight to share.", "version": "3.18", "options_page": "html\/highly_options.html", "permissions": [ "activeTab", "tabs", "notifications", "cookies", "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ], "background": { "scripts": [ "javascript\/foundation-chrome-background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [], "js": [ "javascript\/foundation-chrome-content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Highly \u2192 Type [ ! ] to Highlight", "default_icon": "\/images\/chrome-button-off.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*.png", "html\/highly_welcome.html", "fonts\/*", "images\/*" ], "icons": { "16": "images\/hicon_16.png", "32": "images\/hicon_32.png", "48": "images\/hicon_48.png", "128": "images\/hicon_128.png" } } |