Overhaul

Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look

Overhaulとは何ですか?

OverhaulはBlueyedgeekによって開発されたChromeの拡張機能で、その主な機能は「Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Overhaul拡張機能のCRXファイルをダウンロード

Overhaul拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
公式URL https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
説明 Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
ファイルサイズ 278 KB
インストール数 164
現在のバージョン 0.0.2
最終更新日 2018-08-12
公開日 2018-08-12
評価 4.38/5 合計 8 レビュー
開発者 Blueyedgeek
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overhaul",
    "version": "0.0.2",
    "description": "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.nairaland.com\/*"
            ],
            "js": [
                ".\/bundle.js"
            ],
            "css": [
                ".\/init.css"
            ]
        }
    ],
    "icons": {
        "16": ".\/temp-logo.png",
        "32": ".\/temp-logo.png",
        "64": ".\/temp-logo.png",
        "128": ".\/temp-logo.png"
    }
}