10bis price after discount
This extension displays the prices after discount in 10bis menu page
Что такое 10bis price after discount?
10bis price after discount - это расширение Chrome, разработанное uri.mor, и его основная функция - "This extension displays the prices after discount in 10bis menu page".
Снимки экрана расширения
Скачать файл CRX расширения 10bis price after discount
Скачайте файлы расширений 10bis price after discount в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Display the prices of 10bis restaurants after discount
Основная информация о расширении
Название | 10bis price after discount |
ID | cjeenmkpfahdbhhgobcodngnjoahebpf |
Официальный URL | https://chromewebstore.google.com/detail/10bis-price-after-discoun/cjeenmkpfahdbhhgobcodngnjoahebpf |
Описание | This extension displays the prices after discount in 10bis menu page |
Размер файла | 8.13 KB |
Количество установок | 57 |
Текущая Версия | 0.3.7 |
Последнее Обновление | 2019-08-27 |
Дата публикации | 2019-08-26 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | uri.mor |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/urimor/10bis-discount-extension |
Поддерживаемые языки | 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" } } |