Moockup Smart Search
Find what you need, When you need it
Cos'è Moockup Smart Search?
Moockup Smart Search è un'estensione di Chrome sviluppata da http://moockup.me, e la sua funzione principale è "Find what you need, When you need it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Moockup Smart Search
Scarica i file di estensione Moockup Smart Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 !
Informazioni di Base sull'Estensione
Nome | |
ID | fefdnmghaomeioabbeodkkmlmmiikgna |
URL Ufficiale | https://chrome.google.com/webstore/detail/moockup-smart-search/fefdnmghaomeioabbeodkkmlmmiikgna |
Descrizione | Find what you need, When you need it |
Dimensione del File | 29.92 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-11-20 |
Data di Pubblicazione | 2014-11-20 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://moockup.me |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://moockup.me/ |
Lingue Supportate | 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" ] } |