みるカリ
PC版のメルカリの使い勝手の悪い部分を見やすく拡張しました。商品画像の大型化、各ECサイトへのダイレクト検索ができます。
Cos'è みるカリ?
みるカリ è un'estensione di Chrome sviluppata da https://little-step-123.appspot.com, e la sua funzione principale è "PC版のメルカリの使い勝手の悪い部分を見やすく拡張しました。商品画像の大型化、各ECサイトへのダイレクト検索ができます。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione みるカリ
Scarica i file di estensione みるカリ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
■主な機能 検索画面 アマゾンやヤフーショッピング、楽天などにキーワード検索できるボタンを設置。 商品ページにしかない評価や出品者、カテゴリーなどの情報を検索結果画面に表示。 商品画面 商品画像が小さいため、大きく表示。 商品説明文をワンクリックコピー。 商品画像をワンクリックでまとめてダウンロード。 商品画像のURLをまとめてワンクリックコピー。 バージョン情報 v0.0.4メルカリの検索ボックスにアマゾンの検索候補を表示できるように修正 v0.0.3 Y!ショッピングのアフィリエイトタグを追加 v0.0.2 楽天、Y!ショッピングへのリンクをアフィリエイトリンクに変更 v0.0.1 初回
Informazioni di Base sull'Estensione
Nome | |
ID | gdljhpblcgapkgfmckmikdmbkekjelhl |
URL Ufficiale | https://chrome.google.com/webstore/detail/%E3%81%BF%E3%82%8B%E3%82%AB%E3%83%AA/gdljhpblcgapkgfmckmikdmbkekjelhl |
Descrizione | PC版のメルカリの使い勝手の悪い部分を見やすく拡張しました。商品画像の大型化、各ECサイトへのダイレクト検索ができます。 |
Dimensione del File | 156 KB |
Conteggio Installazioni | 5,000 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2019-12-23 |
Data di Pubblicazione | 2019-12-23 |
Valutazione | 3.17/5 Totale 6 Valutazioni |
Sviluppatore | https://little-step-123.appspot.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://little-step-123.appspot.com/company/mirukari/ |
Lingue Supportate | 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" ] } ] } |