OpenTable with Yelp
OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.
ما هو OpenTable with Yelp؟
OpenTable with Yelp هو إضافة Chrome تم تطويرها بواسطة Simon Tao، والميزة الرئيسية لها هي "OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OpenTable with Yelp
قم بتنزيل ملفات الامتداد OpenTable with Yelp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | akiadfglgipbfmcanpfoadgbkpnbnona |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/opentable-with-yelp/akiadfglgipbfmcanpfoadgbkpnbnona |
| الوصف | OpenTable with Yelp shows a tooltip of Yelp reviews for a restaurant. |
| حجم الملف | 39.97 KB |
| عدد التثبيتات | 136 |
| النسخة الحالية | 1.8 |
| آخر تحديث | 2013-09-06 |
| تاريخ النشر | 2013-09-06 |
| المطور | Simon Tao |
| نوع الدفع | free |
| اللغات المدعومة | 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
} | |