The New NX
takes users to relative content when a website no longer exists
The New NXとは何ですか?
The New NXはdbrianda145によって開発されたChromeの拡張機能で、その主な機能は「takes users to relative content when a website no longer exists」です。
拡張機能のスクリーンショット
The New NX拡張機能のCRXファイルをダウンロード
The New NX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows users to see to find related websites when their normal website is down
拡張機能の基本情報
名前 | |
ID | eobaljpoabdicahlacicihkdmlhgklod |
公式URL | https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod |
説明 | takes users to relative content when a website no longer exists |
ファイルサイズ | 16.18 KB |
インストール数 | 200,000 |
現在のバージョン | 1.1 |
最終更新日 | 2021-08-03 |
公開日 | 2021-08-03 |
評価 | 2.00/5 合計 71 レビュー |
開発者 | dbrianda145 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://thenewnx.com |
対応言語 | en-US |
manifest.json | |
{ "author": "Daniel greaves", "name": "The New NX", "short_name": "the NNX", "homepage_url": "https:\/\/thenewnx.com", "description": "takes users to relative content when a website no longer exists", "version": "1.1", "manifest_version": 2, "browser_action": { "default_icon": "logo-128.png", "default_title": "The New NX " }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |