Alt Look
helps to find a reason why a site is down and give options
什么是Alt Look?
Alt Look是由gregk15978开发的Chrome扩展程序,该扩展的主要功能是“helps to find a reason why a site is down and give options”。
扩展截图
下载Alt Look扩展crx文件
下载Alt Look扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When navigating to an inactive website gives a description of why its down and option to find a replacement site
扩展基本信息
名称 | |
ID | pagfcedlonoegfbckkoocheienddjabc |
官方URL | https://chrome.google.com/webstore/detail/alt-look/pagfcedlonoegfbckkoocheienddjabc |
简介 | helps to find a reason why a site is down and give options |
文件大小 | 16.7 KB |
安装次数 | 20,000 |
当前版本 | 1.1 |
更新时间 | 2022-06-07 |
上架时间 | 2022-06-07 |
评分 | 2.75/5 共4次评分 |
开发者 | gregk15978 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://alt-look.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Greg K", "name": "Alt Look", "short_name": "Alt look", "homepage_url": "https:\/\/alt-look.com", "description": "helps to find a reason why a site is down and give options", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |