HBR Rewrite
This extension rewrites your history to show the latest reviews from hbr.
什麼是HBR Rewrite?
HBR Rewrite是由Tim Coy開發的Chrome擴展程式,該擴展的主要功能是“This extension rewrites your history to show the latest reviews from hbr.”。
擴展截圖
下載HBR Rewrite擴展crx文件
下載HBR Rewrite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | HBR Rewrite |
ID | ikegmdcocpphgmadilomjbhjemecjofj |
官方網址 | https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj |
簡介 | This extension rewrites your history to show the latest reviews from hbr. |
檔案大小 | 24.52 KB |
安裝次數 | 34 |
目前版本 | 1.0 |
更新時間 | 2019-02-07 |
上架時間 | 2019-02-07 |
開發者 | Tim Coy |
付費類型 | free |
支援的語言 | 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" } } |