HBR Rewrite
This extension rewrites your history to show the latest reviews from hbr.
HBR Rewriteคืออะไร?
HBR Rewrite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Coy และคุณลักษณะหลักของมันคือ "This extension rewrites your history to show the latest reviews from hbr."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HBR Rewrite
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |