HBR Rewrite
This extension rewrites your history to show the latest reviews from hbr.
Apa itu HBR Rewrite?
HBR Rewrite adalah ekstensi Chrome yang dikembangkan oleh Tim Coy, dan fitur utamanya adalah "This extension rewrites your history to show the latest reviews from hbr.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HBR Rewrite
Unduh file ekstensi HBR Rewrite dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | HBR Rewrite |
ID | ikegmdcocpphgmadilomjbhjemecjofj |
URL Resmi | https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj |
Deskripsi | This extension rewrites your history to show the latest reviews from hbr. |
Ukuran File | 24.52 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-02-07 |
Tanggal Publikasi | 2019-02-07 |
Pengembang | Tim Coy |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |