Triends
Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map
Triends là gì?
Triends là một tiện ích mở rộng Chrome được phát triển bởi ericho42, và tính năng chính của nó là "Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map".
Tải xuống tệp CRX của tiện ích mở rộng Triends
Tải xuống các tệp mở rộng Triends 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | obbfkgghfjoiljfmjidbkkjpikadndjn |
URL Chính Thức | https://chrome.google.com/webstore/detail/triends/obbfkgghfjoiljfmjidbkkjpikadndjn |
Mô tả | Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map |
Kích Thước Tệp | 329 KB |
Số Lần Cài Đặt | 272 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-11-02 |
Ngày Phát Hành | 2014-11-02 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ericho42 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Triends", "description": "Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map", "version": "1.0", "background": { "scripts": [ "static\/js\/jquery-2.1.1.min.js", "static\/js\/jquery-ui.js", "static\/js\/highcharts.js", "\/static\/js\/map.js", "\/static\/js\/data.js", "static\/js\/popup.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "static\/js\/test.js", "static\/js\/jquery-2.1.1.min.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "static\/images\/paws.png", "default_popup": "templates\/popup.html" } } |