Enhanced Swiggy
See zomato ratings and more data about your favourite restaurants in Swiggy
Vad är Enhanced Swiggy?
Enhanced Swiggy är en Chrome-tillägg utvecklad av Joji Augustine, och dess huvudfunktion är "See zomato ratings and more data about your favourite restaurants in Swiggy".
Tilläggsskärmbilder
Ladda ner Enhanced Swiggy-förlängningens CRX-fil
Ladda ner Enhanced Swiggy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Enhanced Swiggy provides you with Zomato rating in restaurant listings in Swiggy. Compare between restaurants by Zomato data and make the right choice Grundläggande Information om Tillägg
| Namn | |
| ID | dikmkgfhaihonnaciaambbdipnejoama |
| Officiell webbadress | https://chromewebstore.google.com/detail/enhanced-swiggy/dikmkgfhaihonnaciaambbdipnejoama |
| Beskrivning | See zomato ratings and more data about your favourite restaurants in Swiggy |
| Filstorlek | 130 KB |
| Antal Installationer | 140 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2015-10-11 |
| Publiceringsdatum | 2015-10-11 |
| Betyg | 4.17/5 Totalt 6 Betyg |
| Utvecklare | Joji Augustine |
| Betalningssätt | free |
| Tilläggswebbplats | http://enhancedswiggy.herokuapp.com |
| Hjälpsida URL | http://enhancedswiggy.herokuapp.com |
| Stödda Språk | 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"
]
}
]
} | |