HBR Rewrite
This extension rewrites your history to show the latest reviews from hbr.
Qu'est-ce que HBR Rewrite ?
HBR Rewrite est une extension Chrome développée par Tim Coy, et sa fonction principale est "This extension rewrites your history to show the latest reviews from hbr.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HBR Rewrite
Téléchargez les fichiers d'extension HBR Rewrite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | HBR Rewrite |
ID | ikegmdcocpphgmadilomjbhjemecjofj |
URL Officiel | https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj |
Description | This extension rewrites your history to show the latest reviews from hbr. |
Taille du Fichier | 24.52 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-02-07 |
Date de Publication | 2019-02-07 |
Développeur | Tim Coy |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |