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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |