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 |
官方網址 | 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 |
電子郵箱 | [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:\/\/*\/*" ] } |