HBR Rewrite

This extension rewrites your history to show the latest reviews from hbr.

O que é HBR Rewrite?

HBR Rewrite é uma extensão do Chrome desenvolvida por Tim Coy, e sua principal característica é "This extension rewrites your history to show the latest reviews from hbr.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HBR Rewrite

Baixe arquivos de extensão HBR Rewrite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome HBR Rewrite HBR Rewrite
ID ikegmdcocpphgmadilomjbhjemecjofj
URL Oficial https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj
Descrição This extension rewrites your history to show the latest reviews from hbr.
Tamanho do Arquivo 24.52 KB
Contagem de Instalações 34
Versão Atual 1.0
Última Atualização 2019-02-07
Data de Publicação 2019-02-07
Desenvolvedor Tim Coy
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}