Compass

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

Compass là gì?

Compass là một tiện ích mở rộng Chrome được phát triển bởi https://www.fatearthmedia.com, và tính năng chính của nó là "Enhance your online shopping experience and easily navigate websites with Compass.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Compass

Tải xuống các tệp mở rộng Compass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Compass Compass
ID fcefgllpohgifbakjnolaajfbldkcmmh
URL Chính Thức https://chromewebstore.google.com/detail/compass/fcefgllpohgifbakjnolaajfbldkcmmh
Mô tả Enhance your online shopping experience and easily navigate websites with Compass.
Kích Thước Tệp 48.91 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2014-07-02
Ngày Phát Hành 2014-07-01
Nhà Phát Triển https://www.fatearthmedia.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fatearthmedia.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}