みるカリ

PC版のメルカリの使い勝手の悪い部分を見やすく拡張しました。商品画像の大型化、各ECサイトへのダイレクト検索ができます。

What is みるカリ?

みるカリ is a Chrome extension developed by https://little-step-123.appspot.com, and its main feature is "PC版のメルカリの使い勝手の悪い部分を見やすく拡張しました。商品画像の大型化、各ECサイトへのダイレクト検索ができます。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

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

                        ■主な機能
検索画面
 アマゾンやヤフーショッピング、楽天などにキーワード検索できるボタンを設置。
 商品ページにしかない評価や出品者、カテゴリーなどの情報を検索結果画面に表示。

商品画面
 商品画像が小さいため、大きく表示。
 商品説明文をワンクリックコピー。
 商品画像をワンクリックでまとめてダウンロード。
 商品画像のURLをまとめてワンクリックコピー。

バージョン情報
v0.0.4メルカリの検索ボックスにアマゾンの検索候補を表示できるように修正
v0.0.3 Y!ショッピングのアフィリエイトタグを追加
v0.0.2 楽天、Y!ショッピングへのリンクをアフィリエイトリンクに変更
v0.0.1 初回                    

Extension Basic Information

Name みるカリ みるカリ
ID gdljhpblcgapkgfmckmikdmbkekjelhl
Official URL https://chrome.google.com/webstore/detail/%E3%81%BF%E3%82%8B%E3%82%AB%E3%83%AA/gdljhpblcgapkgfmckmikdmbkekjelhl
Description PC版のメルカリの使い勝手の悪い部分を見やすく拡張しました。商品画像の大型化、各ECサイトへのダイレクト検索ができます。
File Size 156 KB
Installation Count 5,000
Current Version 0.0.4
Last Updated 2019-12-23
Publish Date 2019-12-23
Rating 3.17/5 Total 6 Ratings
Developer https://little-step-123.appspot.com
Email [email protected]
Payment Type free
Extension Website https://little-step-123.appspot.com/company/mirukari/
Supported Languages 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"
            ]
        }
    ]
}