HBR Rewrite
This extension rewrites your history to show the latest reviews from hbr.
Wat is HBR Rewrite?
HBR Rewrite is een Chrome-extensie ontwikkeld door Tim Coy, en de belangrijkste functie is "This extension rewrites your history to show the latest reviews from hbr.".
Extensie Screenshots
Download het CRX-bestand van de extensie HBR Rewrite
Download HBR Rewrite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | HBR Rewrite |
ID | ikegmdcocpphgmadilomjbhjemecjofj |
Officiële URL | https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj |
Beschrijving | This extension rewrites your history to show the latest reviews from hbr. |
Bestandsgrootte | 24.52 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-02-07 |
Publicatiedatum | 2019-02-07 |
Ontwikkelaar | Tim Coy |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |