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
电子邮箱 [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"
    }
}