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 |
Eメール | [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:\/\/*\/*" ] } |