10bis price after discount
This extension displays the prices after discount in 10bis menu page
Cos'è 10bis price after discount?
10bis price after discount è un'estensione di Chrome sviluppata da uri.mor, e la sua funzione principale è "This extension displays the prices after discount in 10bis menu page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 10bis price after discount
Scarica i file di estensione 10bis price after discount in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Display the prices of 10bis restaurants after discount
Informazioni di Base sull'Estensione
Nome | 10bis price after discount |
ID | cjeenmkpfahdbhhgobcodngnjoahebpf |
URL Ufficiale | https://chromewebstore.google.com/detail/10bis-price-after-discoun/cjeenmkpfahdbhhgobcodngnjoahebpf |
Descrizione | This extension displays the prices after discount in 10bis menu page |
Dimensione del File | 8.13 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 0.3.7 |
Ultimo Aggiornamento | 2019-08-27 |
Data di Pubblicazione | 2019-08-26 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | uri.mor |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/urimor/10bis-discount-extension |
Lingue Supportate | 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" } } |