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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } ] } |