It's Now Found
Now it's easier to find a website that's missing
It's Now Foundとは何ですか?
It's Now FoundはEugene Trekoによって開発されたChromeの拡張機能で、その主な機能は「Now it's easier to find a website that's missing」です。
拡張機能のスクリーンショット
It's Now Found拡張機能のCRXファイルをダウンロード
It's Now Found拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Improve the way you're navigated from a website that no longer works. Instead of a confusing message telling you that your website wasn't found you get a number of suggested choices. You can select any of the suggestions that is better related to the website you wanted to open or click anywhere in the tab and go to the regular web search page.
拡張機能の基本情報
名前 | It's Now Found |
ID | ejfbabhikhidkhehbmodnjahjgfpmjcp |
公式URL | https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp |
説明 | Now it's easier to find a website that's missing |
ファイルサイズ | 9.78 KB |
インストール数 | 5,038 |
現在のバージョン | 1.1.2 |
最終更新日 | 2022-06-15 |
公開日 | 2022-05-04 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Eugene Treko |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://itsnowfound.com/ |
ヘルプページのURL | https://itsnowfound.com/?a=about |
プライバシーポリシーページのURL | https://newpagefinder.com?a=privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Eugene Treko", "name": "It's Now Found", "short_name": "It's Now Found", "homepage_url": "https:\/\/itsnowfound.com\/", "description": "Now it's easier to find a website that's missing", "version": "1.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |