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”。

擴展截圖

screenshot
screenshot

下載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 10bis price after discount
ID cjeenmkpfahdbhhgobcodngnjoahebpf
官方網址 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"
    }
}