Tesco Groceries TPNB Viewer

TPNB lightbox viewer with EAN's

Tesco Groceries TPNB Viewer란 무엇입니까?

Tesco Groceries TPNB Viewer은(는) reece.casey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TPNB lightbox viewer with EAN's"입니다.

확장 프로그램 스크린샷

screenshot

Tesco Groceries TPNB Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TPNB overlays and lightbox for groceries website. This is an unofficial Tesco app and not maintained.
Please note:
Support for new Tesco Groceries website, old website now depreciated for this tool.  Due to the new website being a single page application the way this tool works is slightly different and will require clicking View TPNBs.                    

확장 프로그램 기본 정보

이름 Tesco Groceries TPNB Viewer Tesco Groceries TPNB Viewer
ID fpikobmknihlapfapngjffpnkfmgmkjb
공식 URL https://chromewebstore.google.com/detail/tesco-groceries-tpnb-view/fpikobmknihlapfapngjffpnkfmgmkjb
설명 TPNB lightbox viewer with EAN's
파일 크기 214 KB
설치 횟수 443
현재 버전 4.3
최근 업데이트 2018-04-24
출시 날짜 2018-04-24
평점 3.67/5 총 6 개의 평점
개발자 reece.casey
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "featherlight\/featherlight.min.css",
                "style\/pure.css"
            ],
            "js": [
                "script\/jquery.min.js",
                "featherlight\/featherlight.min.js",
                "script\/inject.js"
            ],
            "matches": [
                "https:\/\/www.tesco.com\/groceries*",
                "https:\/\/www.tesco.com\/groceries\/*",
                "http:\/\/www.tesco.com\/groceries*",
                "http:\/\/www.tesco.com\/groceries\/*"
            ]
        }
    ],
    "description": "TPNB lightbox viewer with EAN's",
    "icons": {
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkF6f3VaCloXdjx8Kj7DuegnXM1ifj6BsH0\/enunLeiIersG0\/Z40x9qMA6Sr96Zzy7ZcGE297yqRua0KeYVa5+iNA7N0DKrwR5yGj37tAaaQRTDNf99kt+ZzLCFeCw9HnIcZFlcBSct65y7iDaBpzmhx4no7lk2xBFJX+r\/epJGvOXJY3IUOq\/69x2KQSncus3XWYE5o0FRAFR1BFr3NsmqaIngyHUzuV+Iy1o66xp8X\/\/Tt2+nMPnaBclDnPXfCgZ4Cw0P7\/XU3\/zVStob70ofo1jtDvLUcFV7FYT0DNFPouSQRgi9f9f+fcVa5ho9B0SxgYriVATHHTME9NGwjBwIDAQAB",
    "manifest_version": 2,
    "name": "Tesco Groceries TPNB Viewer",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.3"
}