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文件

下载Moockup Smart Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}