HBR Rewrite
This extension rewrites your history to show the latest reviews from hbr.
什么是HBR Rewrite?
HBR Rewrite是由Tim Coy开发的Chrome扩展程序,该扩展的主要功能是“This extension rewrites your history to show the latest reviews from hbr.”。
扩展截图
下载HBR Rewrite扩展crx文件
下载HBR Rewrite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | HBR Rewrite |
ID | ikegmdcocpphgmadilomjbhjemecjofj |
官方URL | https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj |
简介 | This extension rewrites your history to show the latest reviews from hbr. |
文件大小 | 24.52 KB |
安装次数 | 34 |
当前版本 | 1.0 |
更新时间 | 2019-02-07 |
上架时间 | 2019-02-07 |
开发者 | Tim Coy |
付费类型 | free |
支持的语言 | 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" } } |