Enhanced Swiggy

See zomato ratings and more data about your favourite restaurants in Swiggy

什么是Enhanced Swiggy?

Enhanced Swiggy是由Joji Augustine开发的Chrome扩展程序,该扩展的主要功能是“See zomato ratings and more data about your favourite restaurants in Swiggy”。

扩展截图

screenshot

下载Enhanced Swiggy扩展crx文件

下载Enhanced Swiggy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enhanced Swiggy provides you with Zomato rating in restaurant listings in Swiggy. Compare between restaurants by Zomato data and make the right choice                    

扩展基本信息

名称 Enhanced Swiggy Enhanced Swiggy
ID dikmkgfhaihonnaciaambbdipnejoama
官方URL https://chromewebstore.google.com/detail/enhanced-swiggy/dikmkgfhaihonnaciaambbdipnejoama
简介 See zomato ratings and more data about your favourite restaurants in Swiggy
文件大小 130 KB
安装次数 140
当前版本 1.0.0
更新时间 2015-10-11
上架时间 2015-10-11
评分 4.17/5 共6次评分
开发者 Joji Augustine
付费类型 free
扩展官网 http://enhancedswiggy.herokuapp.com
帮助页面URL http://enhancedswiggy.herokuapp.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enhanced Swiggy",
    "version": "1.0.0",
    "short_name": "eSwiggy",
    "manifest_version": 2,
    "description": "See zomato ratings and more data about your favourite restaurants in Swiggy",
    "homepage_url": "https:\/\/enhancedswiggy.herokuapp.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.swiggy.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.swiggy.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.swiggy.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}