Search in Amazon
This extension adds Search in Amazon option in the context menu.
Search in Amazonとは何ですか?
Search in AmazonはLinen Art, LLCによって開発されたChromeの拡張機能で、その主な機能は「This extension adds Search in Amazon option in the context menu.」です。
拡張機能のスクリーンショット
Search in Amazon拡張機能のCRXファイルをダウンロード
Search in Amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds Search in Amazon option in the context menu.
拡張機能の基本情報
名前 | Search in Amazon |
ID | gplclnidblehgflejfmjaibhljjdbfgo |
公式URL | https://chrome.google.com/webstore/detail/gplclnidblehgflejfmjaibhljjdbfgo |
説明 | This extension adds Search in Amazon option in the context menu. |
ファイルサイズ | 19.88 KB |
インストール数 | 74 |
現在のバージョン | 0.1 |
最終更新日 | 2019-06-21 |
公開日 | 2019-06-21 |
開発者 | Linen Art, LLC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search in Amazon", "version": "0.1", "description": "This extension adds Search in Amazon option in the context menu.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "evenPage.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |