電脳サーチ
Amazonと他のネットショップの価格比較を出来るツール
What is 電脳サーチ?
電脳サーチ is a Chrome extension developed by https://denno-s.com, and its main feature is "Amazonと他のネットショップの価格比較を出来るツール".
Extension Screenshots
Download 電脳サーチ Extension CRX File
Download 電脳サーチ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Amazonと他のネットショップの価格比較を出来るツールです。 インストール後、Amazonのページ上の左下に電脳サーチのアイコンが表示されます。 そちらをクリックすると、便利な検索機能を利用することが出来ます。 各商品に貼られた「電脳サーチ」ボタンをクリックすると商品価格を他のネットショップと比較することが出来ます。
Extension Basic Information
Name | 電脳サーチ |
ID | ghigihokkdfkmdpehghikamnanamfpjh |
Official URL | https://chromewebstore.google.com/detail/%E9%9B%BB%E8%84%B3%E3%82%B5%E3%83%BC%E3%83%81/ghigihokkdfkmdpehghikamnanamfpjh |
Description | Amazonと他のネットショップの価格比較を出来るツール |
File Size | 121 KB |
Installation Count | 2,345 |
Current Version | 1.1 |
Last Updated | 2017-12-29 |
Publish Date | 2017-12-29 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://denno-s.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://denno-s.com |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u96fb\u8133\u30b5\u30fc\u30c1", "version": "1.1", "description": "Amazon\u3068\u4ed6\u306e\u30cd\u30c3\u30c8\u30b7\u30e7\u30c3\u30d7\u306e\u4fa1\u683c\u6bd4\u8f03\u3092\u51fa\u6765\u308b\u30c4\u30fc\u30eb", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.jp\/*" ], "css": [ "jquery-ui.min.css", "main.css" ], "js": [ "jquery.js", "jquery-ui.min.js", "index.js" ] } ] } |