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" } } |