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
官方網址 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:\/\/*\/*"
    ]
}