Enhanced Swiggy
See zomato ratings and more data about your favourite restaurants in Swiggy
Hvad er Enhanced Swiggy?
Enhanced Swiggy er en Chrome-udvidelse udviklet af Joji Augustine, og dens hovedfunktion er "See zomato ratings and more data about your favourite restaurants in Swiggy".
Udvidelsesskærmbilleder
Download Enhanced Swiggy-udvidelses-CRX-fil
Download Enhanced Swiggy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Enhanced Swiggy provides you with Zomato rating in restaurant listings in Swiggy. Compare between restaurants by Zomato data and make the right choice Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dikmkgfhaihonnaciaambbdipnejoama |
| Officiel URL | https://chromewebstore.google.com/detail/enhanced-swiggy/dikmkgfhaihonnaciaambbdipnejoama |
| Beskrivelse | See zomato ratings and more data about your favourite restaurants in Swiggy |
| Filstørrelse | 130 KB |
| Antal Installationer | 140 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2015-10-11 |
| Udgivelsesdato | 2015-10-11 |
| Bedømmelse | 4.17/5 Samlet 6 Bedømmelser |
| Udvikler | Joji Augustine |
| Betalingsmetode | free |
| Udvidelseswebsted | http://enhancedswiggy.herokuapp.com |
| Hjælpeside-URL | http://enhancedswiggy.herokuapp.com |
| Understøttede Sprog | 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"
]
}
]
} | |