Finding Solutions

New way to look up issues with down sites

什么是Finding Solutions?

Finding Solutions是由lamy9175开发的Chrome扩展程序,该扩展的主要功能是“New way to look up issues with down sites”。

扩展截图

screenshot

下载Finding Solutions扩展crx文件

下载Finding Solutions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This will help users find a new website that have an error.                    

扩展基本信息

名称 Finding Solutions Finding Solutions
ID eocdmoobpaadeodfafldodlidmcehhfn
官方URL https://chrome.google.com/webstore/detail/finding-solutions/eocdmoobpaadeodfafldodlidmcehhfn
简介 New way to look up issues with down sites
文件大小 16.4 KB
安装次数 12,532
当前版本 1.0
更新时间 2022-06-08
上架时间 2022-06-08
开发者 lamy9175
电子邮箱 [email protected]
付费类型 free
扩展官网 https://finding-solutions.net/
帮助页面URL https://finding-solutions.net/?a=about
隐私政策页面URL https://www.finding-solutions.net?a=privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Greg P",
    "name": "Finding Solutions",
    "short_name": "finding solutions",
    "homepage_url": "https:\/\/finding-solutions.com",
    "description": "New way to look up issues with down sites",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}