Browse Next
Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.
什么是Browse Next?
Browse Next是由Phillip Norton开发的Chrome扩展程序,该扩展的主要功能是“Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.”。
扩展截图
下载Browse Next扩展crx文件
下载Browse Next扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Introducing Browse Next, your go-to Chrome extension for unraveling the mysteries of the internet! This user-friendly tool is designed to demystify everyday error codes, offer insights into website performance across various platforms, and provide a seamless browsing experience. When faced with an error page, easily navigate to similar websites or products using our convenient search bar, powered by affiliate partners such as Yahoo, Bing, and errors.net. Enhance your internet exploration!
扩展基本信息
名称 | Browse Next |
ID | copdjcgkhmclllognmgnbcgcomhaigkc |
官方URL | https://chromewebstore.google.com/detail/browse-next/copdjcgkhmclllognmgnbcgcomhaigkc |
简介 | Browse Next is a simple and easy to use ext that assists you with learning more about common errors online. |
文件大小 | 9.79 KB |
安装次数 | 943 |
当前版本 | 1.0 |
更新时间 | 2023-12-18 |
上架时间 | 2023-12-18 |
开发者 | Phillip Norton |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsenext.net |
帮助页面URL | https://browsenext.net/?a=about |
隐私政策页面URL | https://browsenext.net?a=privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browse Next", "homepage_url": "https:\/\/browsenext.net", "description": "Browse Next is a simple and easy to use ext that assists you with learning more about common errors online.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "worker.js" }, "action": { "default_icon": "logo-128.png" }, "icons": { "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "performance.js" ] } ], "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |