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」です。
拡張機能のスクリーンショット
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 |
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" ] } ] } |