Compass
Enhance your online shopping experience and easily navigate websites with Compass.
Compass क्या है?
Compass https://www.fatearthmedia.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your online shopping experience and easily navigate websites with Compass."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Compass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |