Search Mouser:

Call Mouser's search accelerator page to display results for selected text.

Search Mouser:란 무엇입니까?

Search Mouser:은(는) https://www.mouser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Call Mouser's search accelerator page to display results for selected text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Search Mouser: 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Search Mouser: Search Mouser:
ID abmlabbencgodanfjojaggkhblplnfdo
공식 URL https://chromewebstore.google.com/detail/search-mouser/abmlabbencgodanfjojaggkhblplnfdo
설명 Call Mouser's search accelerator page to display results for selected text.
파일 크기 18.41 KB
설치 횟수 861
현재 버전 1.0.3
최근 업데이트 2015-06-19
출시 날짜 2015-06-19
평점 5.00/5 총 3 개의 평점
개발자 https://www.mouser.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.mouser.com/?utm_source=chromestore&utm_medium=app&utm_campaign=mouser-search-accelerator&utm_content=websitelink
도움말 페이지 URL http://www.mouser.com/accelerator/?utm_source=chromestore&utm_medium=app&utm_campaign=mouser-search-accelerator&utm_content=supportlink
지원되는 언어 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"
    }
}