OpenTable with Yelp

OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.

O que é OpenTable with Yelp?

OpenTable with Yelp é uma extensão do Chrome desenvolvida por Simon Tao, e sua principal característica é "OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão OpenTable with Yelp

Baixe arquivos de extensão OpenTable with Yelp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome OpenTable with Yelp OpenTable with Yelp
ID akiadfglgipbfmcanpfoadgbkpnbnona
URL Oficial https://chrome.google.com/webstore/detail/opentable-with-yelp/akiadfglgipbfmcanpfoadgbkpnbnona
Descrição OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
Tamanho do Arquivo 39.97 KB
Contagem de Instalações 136
Versão Atual 1.8
Última Atualização 2013-09-06
Data de Publicação 2013-09-06
Desenvolvedor Simon Tao
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenTable with Yelp",
    "version": "1.8",
    "icons": {
        "128": "\/images\/yelp_logo_128x128.png"
    },
    "description": "OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.opentable.com\/*"
            ],
            "js": [
                "\/js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/www.opentable.com\/*",
        "http:\/\/gae-proxi.appspot.com\/*"
    ],
    "page_action": {
        "default_title": "Show Yelp Tip",
        "default_icon": "\/images\/yelp_logo_128x128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}