New way look
find a website when the one you go to is down
什么是New way look?
New way look是由dgar16589开发的Chrome扩展程序,该扩展的主要功能是“find a website when the one you go to is down”。
扩展截图
下载New way look扩展crx文件
下载New way look扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
扩展基本信息
名称 | |
ID | dckfeefbegoiajkgbipebibkhkoeiibj |
官方URL | https://chrome.google.com/webstore/detail/new-way-look/dckfeefbegoiajkgbipebibkhkoeiibj |
简介 | find a website when the one you go to is down |
文件大小 | 14.51 KB |
安装次数 | 100,000 |
当前版本 | 1.0 |
更新时间 | 2022-05-31 |
上架时间 | 2022-05-31 |
评分 | 3.14/5 共7次评分 |
开发者 | dgar16589 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://newwaylook.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "David Gar", "name": "New way look", "short_name": "New way look", "homepage_url": "https:\/\/newwaylook.com", "description": "find a website when the one you go to is down", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |