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
Eメール [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:\/\/*\/*"
    ]
}