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.」です。

拡張機能のスクリーンショット

screenshot

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