Shopping Buddy
Shop the web smarter
Shopping Buddy là gì?
Shopping Buddy là một tiện ích mở rộng Chrome được phát triển bởi grnadav, và tính năng chính của nó là "Shop the web smarter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shopping Buddy
Tải xuống các tệp mở rộng Shopping Buddy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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?!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shopping Buddy |
ID | hoebgaopkioeocplbjpgpeplnfcmhmia |
URL Chính Thức | https://chromewebstore.google.com/detail/shopping-buddy/hoebgaopkioeocplbjpgpeplnfcmhmia |
Mô tả | Shop the web smarter |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2014-11-19 |
Ngày Phát Hành | 2014-11-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | grnadav |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://shoppingbuddyextesion.tumblr.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |