Shopping Buddy
Shop the web smarter
Shopping Buddyคืออะไร?
Shopping Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grnadav และคุณลักษณะหลักของมันคือ "Shop the web smarter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopping Buddy
ดาวน์โหลดไฟล์ส่วนขยาย Shopping Buddy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shop the web smarter with Shopping Buddy! Get notified when the page you're viewing has links to Amazon. No need to look for those dodgy links - they're right there, with full product description, reviews and price, in the app! When you go over with your mouse on such links, you also get this immediate insight! no need to go out to amazon to see the full details! Isn't that convenient?!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shopping Buddy |
ID | hoebgaopkioeocplbjpgpeplnfcmhmia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shopping-buddy/hoebgaopkioeocplbjpgpeplnfcmhmia |
คำอธิบาย | Shop the web smarter |
ขนาดไฟล์ | 111 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2014-11-19 |
วันที่เผยแพร่ | 2014-11-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | grnadav |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://shoppingbuddyextesion.tumblr.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Shopping Buddy", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/jquery-hoverIntent\/jquery.hoverIntent.js", "bower_components\/lodash\/dist\/lodash.min.js", "scripts\/libs\/t.js", "scripts\/utils\/pubsub-chrome.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": true } ] } |