Right Click Walmart Search
Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave…
Right Click Walmart Searchとは何ですか?
Right Click Walmart SearchはNo Ad Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave…」です。
拡張機能のスクリーンショット
Right Click Walmart Search拡張機能のCRXファイルをダウンロード
Right Click Walmart Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave a positive review!
拡張機能の基本情報
名前 | Right Click Walmart Search |
ID | ofofamckgmdhfpjancebbaependcpabe |
公式URL | https://chromewebstore.google.com/detail/right-click-walmart-searc/ofofamckgmdhfpjancebbaependcpabe |
説明 | Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave… |
ファイルサイズ | 24.58 KB |
インストール数 | 69 |
現在のバージョン | 1 |
最終更新日 | 2022-03-14 |
公開日 | 2022-03-14 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | No Ad Extensions |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right Click Walmart Search", "version": "1", "icons": { "16": "extension_icon16.png", "32": "extension_icon32.png", "48": "extension_icon48.png", "128": "extension_icon128.png" }, "background": { "service_worker": "bg.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "fg.js" ] } ], "permissions": [ "contextMenus" ] } |