Finding a New Way
innovative way to find alternate websites, when the one your going to is down
什麼是Finding a New Way?
Finding a New Way是由uploadextsubmissions開發的Chrome擴展程式,該擴展的主要功能是“innovative way to find alternate websites, when the one your going to is down”。
擴展截圖
下載Finding a New Way擴展crx文件
下載Finding a New Way擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When a user attempts to go to a website and the website is showing down give them alternative sites
擴展基本資訊
名稱 | |
ID | knfajdoicgljphkcobpeinoiejhgpofe |
官方網址 | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
簡介 | innovative way to find alternate websites, when the one your going to is down |
檔案大小 | 37.51 KB |
安裝次數 | 175,094 |
目前版本 | 1.1 |
更新時間 | 2022-05-07 |
上架時間 | 2022-05-07 |
評分 | 3.78/5 共 18 次評分 |
開發者 | uploadextsubmissions |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://findinganewway.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "David H", "name": "Finding a New Way", "short_name": "Finding a new way", "homepage_url": "https:\/\/findinganewway.com", "description": "innovative way to find alternate websites, when the one your going to is down", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |