Meh Tracker

Displays the current Meh.com deal.

Meh Trackerとは何ですか?

Meh Trackerはargoolsbeeによって開発されたChromeの拡張機能で、その主な機能は「Displays the current Meh.com deal.」です。

拡張機能のスクリーンショット

screenshot

Meh Tracker拡張機能のCRXファイルをダウンロード

Meh Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Too lazy to type in meh.com? This is the extension for you. Popup displays Meh's current deal and video.                    

拡張機能の基本情報

名前 Meh Tracker Meh Tracker
ID ebecpjolnomkhklknmkgcffkajjmoeik
公式URL https://chromewebstore.google.com/detail/meh-tracker/ebecpjolnomkhklknmkgcffkajjmoeik
説明 Displays the current Meh.com deal.
ファイルサイズ 846 KB
インストール数 71
現在のバージョン 1.1
最終更新日 2015-01-28
公開日 2015-01-28
評価 5.00/5 合計 2 レビュー
開発者 argoolsbee
支払い方法 free
拡張機能のウェブサイト https://meh.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meh Tracker",
    "short_name": "Unofficial Meh.com deal tracker",
    "description": "Displays the current Meh.com deal.",
    "version": "1.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "author": "Andrew Goolsbee",
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "meh_tracker.html",
        "default_title": "Meh Tracker"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}