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”。
擴展截圖
下載Overhaul擴展crx文件
下載Overhaul擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | kjdbdpkckfgllioaiflocedlaeilccfk |
官方網址 | 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" } } |