HBR Rewrite
This extension rewrites your history to show the latest reviews from hbr.
HBR Rewrite là gì?
HBR Rewrite là một tiện ích mở rộng Chrome được phát triển bởi Tim Coy, và tính năng chính của nó là "This extension rewrites your history to show the latest reviews from hbr.".
Ả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 HBR Rewrite
Tải xuống các tệp mở rộng HBR Rewrite 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
This extension erases all of your browsing history and replaces it with current links from Harvard Business Review at the click of a button. Note: This is a third-party extension that is not made or maintained by Harvard Business Review.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HBR Rewrite |
ID | ikegmdcocpphgmadilomjbhjemecjofj |
URL Chính Thức | https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj |
Mô tả | This extension rewrites your history to show the latest reviews from hbr. |
Kích Thước Tệp | 24.52 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-02-07 |
Ngày Phát Hành | 2019-02-07 |
Nhà Phát Triển | Tim Coy |
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": "HBR Rewrite", "description": "This extension rewrites your history to show the latest reviews from hbr.", "version": "1.0", "permissions": [ "activeTab", "history", "http:\/\/feeds.hbr.org\/harvardbusiness" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |