10bis price after discount
This extension displays the prices after discount in 10bis menu page
什么是10bis price after discount?
10bis price after discount是由uri.mor开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the prices after discount in 10bis menu page”。
扩展截图
下载10bis price after discount扩展crx文件
下载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" } } |