PizzaFinder

Pizza Finder extension helps you to find a pizza in the menu page on any food delivery website

Wat is PizzaFinder?

PizzaFinder is een Chrome-extensie ontwikkeld door http://thewebminer.com, en de belangrijkste functie is "Pizza Finder extension helps you to find a pizza in the menu page on any food delivery website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PizzaFinder

Download PizzaFinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Pizza Finder helps you to find appropriate pizza on a page with a lot of pizza with many variations. Pizza Finder highlights the recommended type of pizza based on your preferred ingredients. 

Just add preferred ingredients and you will see HIGHLIGHTED best pizza for you.                    

Basisinformatie over de Extensie

Naam PizzaFinder PizzaFinder
ID cplmmhjnpgajpohbjenpjgakhikembnp
Officiële URL https://chrome.google.com/webstore/detail/pizzafinder/cplmmhjnpgajpohbjenpjgakhikembnp
Beschrijving Pizza Finder extension helps you to find a pizza in the menu page on any food delivery website
Bestandsgrootte 150 KB
Aantal Installaties 33
Huidige Versie 1.2
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar http://thewebminer.com
Betalingswijze free
Extensiewebsite http://thewebminer.com/contact
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PizzaFinder",
    "description": "Pizza Finder extension helps you to find a pizza in the menu page on any food delivery website",
    "version": "1.2",
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "browser_action": {
        "default_icon": "logo_16.png",
        "default_popup": "main.htm"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "jquery.js",
                "bootstrap.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}