Compass
Enhance your online shopping experience and easily navigate websites with Compass.
Compassคืออะไร?
Compass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fatearthmedia.com และคุณลักษณะหลักของมันคือ "Enhance your online shopping experience and easily navigate websites with Compass."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compass
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |