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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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