History Analyzer
View statistics of your chrome browser history.
History Analyzer là gì?
History Analyzer là một tiện ích mở rộng Chrome được phát triển bởi fatimeseelimi, và tính năng chính của nó là "View statistics of your chrome browser history.".
Ả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 History Analyzer
Tải xuống các tệp mở rộng History Analyzer 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
View statistics of the pages you've visited in chrome's new tab. This is an initial proof of concept app, we will be updating the extension with more advanced features and optimize the performance.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ffinijbioflfopelgkhlaiphpmdembig |
URL Chính Thức | https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig |
Mô tả | View statistics of your chrome browser history. |
Kích Thước Tệp | 66.92 KB |
Số Lần Cài Đặt | 161 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2018-09-09 |
Ngày Phát Hành | 2018-09-09 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | fatimeseelimi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Analyzer", "description": "View statistics of your chrome browser history.", "version": "1", "author": "Fatime Selimi", "browser_action": { "default_title": "Have a good day" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "history" ], "options_page": "newtab.html", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |