Moockup Smart Search
Find what you need, When you need it
Qu'est-ce que Moockup Smart Search ?
Moockup Smart Search est une extension Chrome développée par http://moockup.me, et sa fonction principale est "Find what you need, When you need it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moockup Smart Search
Téléchargez les fichiers d'extension Moockup Smart Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 !
Informations de Base sur l'Extension
Nom | |
ID | fefdnmghaomeioabbeodkkmlmmiikgna |
URL Officiel | https://chrome.google.com/webstore/detail/moockup-smart-search/fefdnmghaomeioabbeodkkmlmmiikgna |
Description | Find what you need, When you need it |
Taille du Fichier | 29.92 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-11-20 |
Date de Publication | 2014-11-20 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | http://moockup.me |
Type de Paiement | free |
Site Web de l'Extension | http://moockup.me/ |
Langues Prises en Charge | 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" ] } |