Compass

Enhance your online shopping experience and easily navigate websites with Compass.

什么是Compass?

Compass是由https://www.fatearthmedia.com开发的Chrome扩展程序,该扩展的主要功能是“Enhance your online shopping experience and easily navigate websites with Compass.”。

扩展截图

screenshot
screenshot

下载Compass扩展crx文件

下载Compass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Supercharge and enhance your online shopping experience and easily navigate websites with Compass.

* Find Stuff Faster
Compass provides you with a navigation menu on every product page. Think of it as a "table of contents" for every product you're looking at. It helps you find what you're looking for, fast.

* Spend Less Time Scrolling
Compass lets you hide the content you don't want to see. Cut through the cruft and get to the good stuff.

You can use Compass on your favorite shopping sites, and more are being added everyday! Compass currently supports:

    * Amazon.com
    * BestBuy.com
    * Newegg.com
    * Overstock.com
    * Target.com
    * Walmart.com                    

扩展基本信息

名称 Compass Compass
ID fcefgllpohgifbakjnolaajfbldkcmmh
官方URL https://chromewebstore.google.com/detail/compass/fcefgllpohgifbakjnolaajfbldkcmmh
简介 Enhance your online shopping experience and easily navigate websites with Compass.
文件大小 48.91 KB
安装次数 67
当前版本 1.2.0
更新时间 2014-07-02
上架时间 2014-07-01
开发者 https://www.fatearthmedia.com
付费类型 free
扩展官网 http://www.fatearthmedia.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Compass",
    "version": "1.2.0",
    "description": "Enhance your online shopping experience and easily navigate websites with Compass.",
    "icons": {
        "16": "compass-16.png",
        "48": "compass-48.png",
        "128": "compass-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com\/*",
                "http:\/\/*.bestbuy.com\/*",
                "https:\/\/*.bestbuy.com\/*",
                "http:\/\/*.newegg.com\/*",
                "https:\/\/*.newegg.com\/*",
                "http:\/\/*.overstock.com\/*",
                "https:\/\/*.overstock.com\/*",
                "http:\/\/*.target.com\/*",
                "https:\/\/*.target.com\/*",
                "http:\/\/*.walmart.com\/*",
                "https:\/\/*.walmart.com\/*"
            ],
            "css": [
                "compass.css"
            ],
            "js": [
                "jquery-1.4.2.min.js",
                "compass-config.js",
                "compass-ads.js",
                "compass.js",
                "compass-chrome.js"
            ]
        }
    ]
}