Smile Anywhere
Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile
ما هو Smile Anywhere؟
Smile Anywhere هو إضافة Chrome تم تطويرها بواسطة Smile Anywhere، والميزة الرئيسية لها هي "Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Smile Anywhere
قم بتنزيل ملفات الامتداد Smile Anywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool automatically uses AmazonSmile, which - at no cost to you - supports a charity of your choice every time you shop with Amazon! Find out more at https://smile.amazon.com/about
No permissions required!
AmazonSmile and Amazon are trademarks of Amazon.com, Inc. or its affiliates. This extension is supported by the use of Amazon affiliate links. معلومات أساسية عن التمديد
| الاسم | |
| ID | iecemhejdahkagpehphofmbmeapbcggd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/smile-anywhere/iecemhejdahkagpehphofmbmeapbcggd |
| الوصف | Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile |
| حجم الملف | 9.94 KB |
| عدد التثبيتات | 10 |
| النسخة الحالية | 2.7 |
| آخر تحديث | 2017-12-27 |
| تاريخ النشر | 2017-12-27 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | Smile Anywhere |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Smile Anywhere",
"version": "2.7",
"manifest_version": 2,
"description": "Simply highlight any word or phrase, right-click it, and select \"Search Amazon for...\" to begin a product search on AmazonSmile",
"icons": {
"16": "icons\/icon16.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"48": "icons\/icon48.png"
},
"default_title": "Amazon"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus"
]
} | |