Compass

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

O que é Compass?

Compass é uma extensão do Chrome desenvolvida por https://www.fatearthmedia.com, e sua principal característica é "Enhance your online shopping experience and easily navigate websites with Compass.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Compass

Baixe arquivos de extensão Compass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Compass Compass
ID fcefgllpohgifbakjnolaajfbldkcmmh
URL Oficial https://chromewebstore.google.com/detail/compass/fcefgllpohgifbakjnolaajfbldkcmmh
Descrição Enhance your online shopping experience and easily navigate websites with Compass.
Tamanho do Arquivo 48.91 KB
Contagem de Instalações 67
Versão Atual 1.2.0
Última Atualização 2014-07-02
Data de Publicação 2014-07-01
Desenvolvedor https://www.fatearthmedia.com
Tipo de Pagamento free
Site da Extensão http://www.fatearthmedia.com
Idiomas Suportados 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"
            ]
        }
    ]
}