みるカリ
PC版のメルカリの使い勝手の悪い部分を見やすく拡張しました。商品画像の大型化、各ECサイトへのダイレクト検索ができます。
Wat is みるカリ?
みるカリ is een Chrome-extensie ontwikkeld door https://little-step-123.appspot.com, en de belangrijkste functie is "PC版のメルカリの使い勝手の悪い部分を見やすく拡張しました。商品画像の大型化、各ECサイトへのダイレクト検索ができます。".
Extensie Screenshots
Download het CRX-bestand van de extensie みるカリ
Download みるカリ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
■主な機能 検索画面 アマゾンやヤフーショッピング、楽天などにキーワード検索できるボタンを設置。 商品ページにしかない評価や出品者、カテゴリーなどの情報を検索結果画面に表示。 商品画面 商品画像が小さいため、大きく表示。 商品説明文をワンクリックコピー。 商品画像をワンクリックでまとめてダウンロード。 商品画像のURLをまとめてワンクリックコピー。 バージョン情報 v0.0.4メルカリの検索ボックスにアマゾンの検索候補を表示できるように修正 v0.0.3 Y!ショッピングのアフィリエイトタグを追加 v0.0.2 楽天、Y!ショッピングへのリンクをアフィリエイトリンクに変更 v0.0.1 初回
Basisinformatie over de Extensie
Naam | |
ID | gdljhpblcgapkgfmckmikdmbkekjelhl |
Officiële URL | https://chrome.google.com/webstore/detail/%E3%81%BF%E3%82%8B%E3%82%AB%E3%83%AA/gdljhpblcgapkgfmckmikdmbkekjelhl |
Beschrijving | PC版のメルカリの使い勝手の悪い部分を見やすく拡張しました。商品画像の大型化、各ECサイトへのダイレクト検索ができます。 |
Bestandsgrootte | 156 KB |
Aantal Installaties | 5,000 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2019-12-23 |
Publicatiedatum | 2019-12-23 |
Beoordeling | 3.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://little-step-123.appspot.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://little-step-123.appspot.com/company/mirukari/ |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "manifest_version": 2, "default_locale": "ja", "version": "0.0.4", "permissions": [ "https:\/\/www.mercari.com\/", "https:\/\/item.mercari.com\/", "https:\/\/static.mercdn.net\/", "https:\/\/completion.amazon.co.jp\/", "storage", "unlimitedStorage" ], "background": { "scripts": [ "jquery-2.1.4.min.js", "master.js", "strage.js", "background.js" ] }, "icons": { "38": "icon\/KG_icon38.png", "48": "icon\/KG_icon48.png", "128": "icon\/KG_icon128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/www.mercari.com\/*", "https:\/\/item.mercari.com\/*", "https:\/\/static.mercdn.net\/*", "https:\/\/completion.amazon.co.jp\/*" ], "run_at": "document_start", "css": [ "style.css" ], "js": [ "jquery-2.1.4.min.js", "strage.js", "master.js", "main.js", "encoding.js", "clipboard.min.js", "Blowfish.js", "suggestion-ext.js" ] } ] } |