All Prices
Chrome extension to easily display all price and style options for products on Amazon.com
什麼是All Prices?
All Prices是由Erik Christensen開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to easily display all price and style options for products on Amazon.com”。
擴展截圖
下載All Prices擴展crx文件
下載All Prices擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
UPDATE - Version 2 fixes a long-standing bug that prevent this extension from working! All Prices is a Chrome extension that simplifies the shopping process on Amazon.com. Many items on Amazon have multiple styles, colors, or sizes. It is not always easy to tell which version of the item will have the lowest price. All Prices allows you to display price information for all available products so you can easily compare options and find what you want! To use, simply click on the small icon that appears in the top right of your browser window when you are on an Amazon.com product page. Clicking will take you to a new page on Amazon.com that displays all the price information!
擴展基本資訊
名稱 | |
ID | lfeponenpeeefdlancldjldhidjekpdd |
官方網址 | https://chrome.google.com/webstore/detail/all-prices/lfeponenpeeefdlancldjldhidjekpdd |
簡介 | Chrome extension to easily display all price and style options for products on Amazon.com |
檔案大小 | 20.06 KB |
安裝次數 | 4,000 |
目前版本 | 0.0.2 |
更新時間 | 2017-01-03 |
上架時間 | 2017-01-03 |
評分 | 3.39/5 共 56 次評分 |
開發者 | Erik Christensen |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "All Prices", "version": "0.0.2", "description": "Chrome extension to easily display all price and style options for products on Amazon.com", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon-48.png", "default_title": "All Prices" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/ajax.googleapis.com\/", "webNavigation" ] } |