Smelp

Get Yelp information in Seamless

ما هو Smelp؟

Smelp هو إضافة Chrome تم تطويرها بواسطة orrybaram، والميزة الرئيسية لها هي "Get Yelp information in Seamless".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Smelp

قم بتنزيل ملفات الامتداد Smelp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Seamless rating usually don't cut it, so now you can make better decisions by looking at Yelp reviews and Foursquare tips for all Seamless restaurants.                    

معلومات أساسية عن التمديد

الاسم Smelp Smelp
ID pcppjpmhpglhhbfopkmeohcpggngonah
عنوان URL الرسمي https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah
الوصف Get Yelp information in Seamless
حجم الملف 292 KB
عدد التثبيتات 57
النسخة الحالية 0.2.8
آخر تحديث 2015-05-13
تاريخ النشر 2015-05-13
تقييم 2.60/5 مجموع تقييمات 10
المطور orrybaram
نوع الدفع free
موقع الإضافة https://github.com/orrybaram/Smelp
عنوان صفحة المساعدة https://github.com/orrybaram/Smelp/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smelp",
    "version": "0.2.8",
    "manifest_version": 2,
    "description": "Get Yelp information in Seamless",
    "permissions": [
        "http:\/\/www.seamless.com\/",
        "http:\/\/netflixrottenizer.appspot.com\/",
        "http:\/\/localhost:11090\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.seamless.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "lodash.js",
                "smelp.js"
            ],
            "css": [
                "smelp.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}