Amazon Torch

Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews.

Amazon Torch란 무엇입니까?

Amazon Torch은(는) shickel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Amazon Torch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Amazon Torch embeds dynamic content from around the web directly into your current Amazon.com browser window. Competitive pricing, YouTube videos, additional images, product reviews, and seller reviews are all seamlessly integrated into the native Amazon interface. Information is automatically updated by navigating to a new Amazon product - each new page is populated with external content specific to that particular product that can be used to help make an informed buying decision.

This extension is inactive until visiting an Amazon product page.                    

확장 프로그램 기본 정보

이름 Amazon Torch Amazon Torch
ID pcaoednmaffjchonkpccnghlmcohhmnj
공식 URL https://chromewebstore.google.com/detail/amazon-torch/pcaoednmaffjchonkpccnghlmcohhmnj
설명 Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews.
파일 크기 552 KB
설치 횟수 12
현재 버전 1.1
최근 업데이트 2013-08-14
출시 날짜 2013-08-13
개발자 shickel
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "web_accessible_resources": [
        "\/fancyBox\/source\/fancybox_overlay.png",
        "\/fancyBox\/source\/fancybox_sprite.png",
        "\/fancyBox\/source\/fancybox_loading.gif"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews.",
    "background": {
        "scripts": [
            "jquery-1.9.1.js",
            "\/AWS Query Signer\/AWSQuerySigner.js",
            "\/AWS Query Signer\/ecmanaut.base64.js",
            "\/AWS Query Signer\/jssha256.js",
            "background.js",
            "productName.js",
            "prices.js",
            "youtube.js"
        ],
        "persistent": true
    },
    "name": "Amazon Torch",
    "permissions": [
        "tabs",
        "https:\/\/www.googleapis.com\/*",
        "http:\/\/webservices.amazon.com\/*",
        "https:\/\/webservices.amazon.com\/*",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/gdata.youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "http:\/\/www.bing.com\/*"
    ],
    "icons": {
        "128": "128torch.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.cnn.com\/*"
            ],
            "js": [
                "jquery-1.9.1.js",
                "\/fancyBox\/source\/jquery.fancybox.js",
                "fancySETUP.js"
            ],
            "css": [
                "\/fancyBox\/source\/jquery.fancybox.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.1"
}