10bis price after discount
This extension displays the prices after discount in 10bis menu page
Wat is 10bis price after discount?
10bis price after discount is een Chrome-extensie ontwikkeld door uri.mor, en de belangrijkste functie is "This extension displays the prices after discount in 10bis menu page".
Extensie Screenshots
Download het CRX-bestand van de extensie 10bis price after discount
Download 10bis price after discount-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Display the prices of 10bis restaurants after discount Basisinformatie over de Extensie
| Naam | |
| ID | cjeenmkpfahdbhhgobcodngnjoahebpf |
| Officiële URL | https://chromewebstore.google.com/detail/10bis-price-after-discoun/cjeenmkpfahdbhhgobcodngnjoahebpf |
| Beschrijving | This extension displays the prices after discount in 10bis menu page |
| Bestandsgrootte | 8.13 KB |
| Aantal Installaties | 57 |
| Huidige Versie | 0.3.7 |
| Laatst Bijgewerkt | 2019-08-27 |
| Publicatiedatum | 2019-08-26 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | uri.mor |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/urimor/10bis-discount-extension |
| Ondersteunde Talen | iw |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "10bis price after discount",
"description": "This extension displays the prices after discount in 10bis menu page",
"version": "0.3.7",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"10bisExtension.js"
],
"matches": [
"https:\/\/www.10bis.co.il\/Restaurants\/Menu\/*"
]
},
{
"css": [
"styles.css"
],
"js": [
"10bisExtension-next.js"
],
"matches": [
"https:\/\/www.10bis.co.il\/next\/*"
]
}
],
"page_action": {
"default_icon": "icon.png",
"default_title": "10bis Price After Discount"
},
"icons": {
"128": "icon.png"
}
} | |