HBR Rewrite

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

Vad är HBR Rewrite?

HBR Rewrite är en Chrome-tillägg utvecklad av Tim Coy, och dess huvudfunktion är "This extension rewrites your history to show the latest reviews from hbr.".

Tilläggsskärmbilder

screenshot

Ladda ner HBR Rewrite-förlängningens CRX-fil

Ladda ner HBR Rewrite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn HBR Rewrite HBR Rewrite
ID ikegmdcocpphgmadilomjbhjemecjofj
Officiell webbadress https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj
Beskrivning This extension rewrites your history to show the latest reviews from hbr.
Filstorlek 24.52 KB
Antal Installationer 34
Aktuell Version 1.0
Senast Uppdaterad 2019-02-07
Publiceringsdatum 2019-02-07
Utvecklare Tim Coy
Betalningssätt free
Stödda Språk 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"
    }
}