Date Highlighter
Highlights dates in the current tab.
Date Highlighter là gì?
Date Highlighter là một tiện ích mở rộng Chrome được phát triển bởi Atalia, và tính năng chính của nó là "Highlights dates in the current tab.".
Ả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 Date Highlighter
Tải xuống các tệp mở rộng Date 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
The extension will search for dates on the current web page and highlight them. Simply click on the blue highlighter icon and look for the highlighted text. This is useful for sites like coding blogs, where older content may become irrelevant. This is an open source project, the code is available on https://github.com/amomsen/datehighlighter
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | efeboclghfaoicleloajmcaeegbkkjkh |
URL Chính Thức | https://chrome.google.com/webstore/detail/date-highlighter/efeboclghfaoicleloajmcaeegbkkjkh |
Mô tả | Highlights dates in the current tab. |
Kích Thước Tệp | 169 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2016-09-05 |
Ngày Phát Hành | 2016-09-05 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Atalia |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Date Highlighter", "short_name": "Date Highlighter", "version": "1.0.3", "permissions": [ "tabs", "notifications", "activeTab" ], "description": "Highlights dates in the current tab.", "icons": { "16": "16.png", "24": "24.png", "32": "32.png", "48": "48.png", "128": "128.png", "256": "256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Highlight dates", "default_icon": "16.png" }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |