Moockup Smart Search

Find what you need, When you need it

Wat is Moockup Smart Search?

Moockup Smart Search is een Chrome-extensie ontwikkeld door http://moockup.me, en de belangrijkste functie is "Find what you need, When you need it".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Moockup Smart Search

Download Moockup Smart Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 !                    

Basisinformatie over de Extensie

Naam Moockup Smart Search Moockup Smart Search
ID fefdnmghaomeioabbeodkkmlmmiikgna
Officiële URL https://chrome.google.com/webstore/detail/moockup-smart-search/fefdnmghaomeioabbeodkkmlmmiikgna
Beschrijving Find what you need, When you need it
Bestandsgrootte 29.92 KB
Aantal Installaties 15
Huidige Versie 1.0
Laatst Bijgewerkt 2014-11-20
Publicatiedatum 2014-11-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://moockup.me
Betalingswijze free
Extensiewebsite http://moockup.me/
Ondersteunde Talen 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"
    ]
}