HBR Rewrite
This extension rewrites your history to show the latest reviews from hbr.
What is HBR Rewrite?
HBR Rewrite is a Chrome extension developed by Tim Coy, and its main feature is "This extension rewrites your history to show the latest reviews from hbr.".
Extension Screenshots
Download HBR Rewrite Extension CRX File
Download HBR Rewrite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HBR Rewrite |
ID | ikegmdcocpphgmadilomjbhjemecjofj |
Official URL | https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj |
Description | This extension rewrites your history to show the latest reviews from hbr. |
File Size | 24.52 KB |
Installation Count | 34 |
Current Version | 1.0 |
Last Updated | 2019-02-07 |
Publish Date | 2019-02-07 |
Developer | Tim Coy |
Payment Type | free |
Supported Languages | 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" } } |