Shopping Buddy
Shop the web smarter
什麼是Shopping Buddy?
Shopping Buddy是由grnadav開發的Chrome擴展程式,該擴展的主要功能是“Shop the web smarter”。
擴展截圖
下載Shopping Buddy擴展crx文件
下載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 |
官方網址 | 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 } ] } |