Moockup Smart Search
Find what you need, When you need it
What is Moockup Smart Search?
Moockup Smart Search is a Chrome extension developed by http://moockup.me, and its main feature is "Find what you need, When you need it".
Extension Screenshots
Download Moockup Smart Search Extension CRX File
Download Moockup Smart Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 !
Extension Basic Information
Name | |
ID | fefdnmghaomeioabbeodkkmlmmiikgna |
Official URL | https://chrome.google.com/webstore/detail/moockup-smart-search/fefdnmghaomeioabbeodkkmlmmiikgna |
Description | Find what you need, When you need it |
File Size | 29.92 KB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2014-11-20 |
Publish Date | 2014-11-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | http://moockup.me |
Payment Type | free |
Extension Website | http://moockup.me/ |
Supported Languages | 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" ] } |