Webfinder Pro
Easy to find any web content you need
Webfinder Proとは何ですか?
Webfinder ProはIwona Lechによって開発されたChromeの拡張機能で、その主な機能は「Easy to find any web content you need」です。
拡張機能のスクリーンショット
Webfinder Pro拡張機能のCRXファイルをダウンロード
Webfinder Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find any website and useful web content with ease. Webfinder PRO is designed to speed up your searching process. You'll never get stuck on error screens if you suddenly make a mistake and type a wrong URL address. This tool will let you find the right website. You can type its name in the search field and get to the correct destination.
拡張機能の基本情報
名前 | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
公式URL | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
説明 | Easy to find any web content you need |
ファイルサイズ | 11.45 KB |
インストール数 | 4,000 |
現在のバージョン | 1.1 |
最終更新日 | 2022-07-07 |
公開日 | 2022-06-17 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Iwona Lech |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://webfinderpro.com/ |
ヘルプページのURL | https://webfinderpro.com/?a=about |
プライバシーポリシーページのURL | https://webfinderpro.com?a=privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Iwona Lech", "name": "Webfinder Pro", "short_name": "Webfinder Pro", "homepage_url": "https:\/\/webfinderpro.com\/", "description": "Easy to find any web content you need", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |