Moockup Smart Search

Find what you need, When you need it

Moockup Smart Search란 무엇입니까?

Moockup Smart Search은(는) http://moockup.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find what you need, When you need it"입니다.

확장 프로그램 스크린샷

screenshot

Moockup Smart Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Moockup.me is the only free online community that allows you to share all your favorite design  
secrets. Browse and search between thousands of different presentation techniques 
and styles. Get inspired by the latest and greatest designers, follow your favorite content  providers for new releases. Use our smart search plugin to find what you need when you need it !                    

확장 프로그램 기본 정보

이름 Moockup Smart Search Moockup Smart Search
ID fefdnmghaomeioabbeodkkmlmmiikgna
공식 URL https://chrome.google.com/webstore/detail/moockup-smart-search/fefdnmghaomeioabbeodkkmlmmiikgna
설명 Find what you need, When you need it
파일 크기 29.92 KB
설치 횟수 15
현재 버전 1.0
최근 업데이트 2014-11-20
출시 날짜 2014-11-20
평점 5.00/5 총 3 개의 평점
개발자 http://moockup.me
결제 유형 free
확장 프로그램 웹 사이트 http://moockup.me/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moockup Smart Search",
    "version": "1.0",
    "description": "Find what you need, When you need it",
    "icons": {
        "48": "img\/48.png",
        "128": "img\/128.png",
        "16": "img\/16.png"
    },
    "browser_action": {
        "default_icon": "img\/19.png",
        "default_title": "Moockup Smart Search",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}