HBR Rewrite
This extension rewrites your history to show the latest reviews from hbr.
Cos'è HBR Rewrite?
HBR Rewrite è un'estensione di Chrome sviluppata da Tim Coy, e la sua funzione principale è "This extension rewrites your history to show the latest reviews from hbr.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HBR Rewrite
Scarica i file di estensione HBR Rewrite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | HBR Rewrite |
ID | ikegmdcocpphgmadilomjbhjemecjofj |
URL Ufficiale | https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj |
Descrizione | This extension rewrites your history to show the latest reviews from hbr. |
Dimensione del File | 24.52 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-02-07 |
Data di Pubblicazione | 2019-02-07 |
Sviluppatore | Tim Coy |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |