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
公式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"
    }
}