Compass
Enhance your online shopping experience and easily navigate websites with Compass.
Qu'est-ce que Compass ?
Compass est une extension Chrome développée par https://www.fatearthmedia.com, et sa fonction principale est "Enhance your online shopping experience and easily navigate websites with Compass.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Compass
Téléchargez les fichiers d'extension Compass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | fcefgllpohgifbakjnolaajfbldkcmmh |
URL Officiel | https://chromewebstore.google.com/detail/compass/fcefgllpohgifbakjnolaajfbldkcmmh |
Description | Enhance your online shopping experience and easily navigate websites with Compass. |
Taille du Fichier | 48.91 KB |
Nombre d'Installations | 67 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2014-07-02 |
Date de Publication | 2014-07-01 |
Développeur | https://www.fatearthmedia.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.fatearthmedia.com |
Langues Prises en Charge | 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" ] } ] } |