Search Mouser:
Call Mouser's search accelerator page to display results for selected text.
Was ist Search Mouser:?
Search Mouser: ist eine Chrome-Erweiterung, die von https://www.mouser.com entwickelt wurde, und ihr Hauptmerkmal ist "Call Mouser's search accelerator page to display results for selected text.".
Erweiterungsscreenshots
Search Mouser:-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search Mouser:-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Mouser Part Search Accelerator for Chrome delivers part information and availability to your browser when you need it. Simply highlight any part number or keyword on any site and instantly preview search results and product details without leaving the page you are on. - Search without leaving the page you are on. Searching for parts and availability often leads to opening multiple web browser windows and tabs that clutter your computer's desktop. The Mouser Part Search Accelerator is installed right into your browser allowing you to launch it on any web page in any website without ever having to open a new window or tab. - View current pricing and availability. Mouser understands your time is valuable. To give you the right information to make the right purchasing decisions, the Mouser Search Accelerator displays the manufacturer part number, manufacturer name, and part description. The Accelerator also pulls the latest pricing along with current availability from Mouser.com. - One-click access to detailed information and purchasing options. Clicking on a part number in the Mouser Search Accelerator will direct you to that part's detail page on Mouser.com. From the product detail page, you can review in-depth specifications, data sheets, images, pricing information, and purchasing options.
Grundlegende Informationen zur Erweiterung
Name | Search Mouser: |
ID | abmlabbencgodanfjojaggkhblplnfdo |
Offizielle URL | https://chromewebstore.google.com/detail/search-mouser/abmlabbencgodanfjojaggkhblplnfdo |
Beschreibung | Call Mouser's search accelerator page to display results for selected text. |
Dateigröße | 18.41 KB |
Installationsanzahl | 861 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2015-06-19 |
Veröffentlichungsdatum | 2015-06-19 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.mouser.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.mouser.com/?utm_source=chromestore&utm_medium=app&utm_campaign=mouser-search-accelerator&utm_content=websitelink |
Hilfeseite URL | http://www.mouser.com/accelerator/?utm_source=chromestore&utm_medium=app&utm_campaign=mouser-search-accelerator&utm_content=supportlink |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Mouser: ", "short_name": "Mouser Search", "version": "1.0.3", "description": "Call Mouser's search accelerator page to display results for selected text.", "permissions": [ "contextMenus", "http:\/\/www.mouser.com\/" ], "background": { "scripts": [ "chrome_mouser_context_menu.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |