Meh Tracker
Displays the current Meh.com deal.
什么是Meh Tracker?
Meh Tracker是由argoolsbee开发的Chrome扩展程序,该扩展的主要功能是“Displays the current Meh.com deal.”。
扩展截图
下载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 |
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\/" ] } |