Yelpify

Show Yelp ratings on Google, GrubHub, OpenTable and more sites.

Yelpifyとは何ですか?

Yelpifyはorionmeltによって開発されたChromeの拡張機能で、その主な機能は「Show Yelp ratings on Google, GrubHub, OpenTable and more sites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Yelpify拡張機能のCRXファイルをダウンロード

Yelpify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Yelpify Yelpify
ID fofoloachecafflhocpecbhkdmmmoohb
公式URL https://chromewebstore.google.com/detail/yelpify/fofoloachecafflhocpecbhkdmmmoohb
説明 Show Yelp ratings on Google, GrubHub, OpenTable and more sites.
ファイルサイズ 23.48 KB
インストール数 94
現在のバージョン 1.0.5
最終更新日 2016-04-29
公開日 2016-04-29
評価 3.25/5 合計 4 レビュー
開発者 orionmelt
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yelpify",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Show Yelp ratings on Google, GrubHub, OpenTable and more sites.",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "32": "images\/icons\/icon-32.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "css": [
                "styles\/sites\/google.css"
            ],
            "js": [
                "scripts\/lib\/mutation-summary.js",
                "scripts\/yelp.js",
                "scripts\/sites\/google.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.grubhub.com\/*",
                "https:\/\/*.grubhub.com\/*",
                "http:\/\/*.seamless.com\/*",
                "https:\/\/*.seamless.com\/*"
            ],
            "css": [
                "styles\/sites\/grubhub.css"
            ],
            "js": [
                "scripts\/lib\/mutation-summary.js",
                "scripts\/yelp.js",
                "scripts\/sites\/grubhub.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.opentable.com\/*",
                "https:\/\/*.opentable.com\/*"
            ],
            "css": [
                "styles\/sites\/opentable.css"
            ],
            "js": [
                "scripts\/lib\/mutation-summary.js",
                "scripts\/yelp.js",
                "scripts\/sites\/opentable.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.tripadvisor.com\/*",
                "https:\/\/*.tripadvisor.com\/*"
            ],
            "css": [
                "styles\/sites\/tripadvisor.css"
            ],
            "js": [
                "scripts\/lib\/mutation-summary.js",
                "scripts\/yelp.js",
                "scripts\/sites\/tripadvisor.js"
            ],
            "run_at": "document_start"
        }
    ]
}