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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

All Prices 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 All Prices All Prices
ID lfeponenpeeefdlancldjldhidjekpdd
공식 URL 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"
    ]
}