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
官方網址 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"
            ]
        }
    ]
}