Moockup Smart Search
Find what you need, When you need it
ما هو Moockup Smart Search؟
Moockup Smart Search هو إضافة Chrome تم تطويرها بواسطة http://moockup.me، والميزة الرئيسية لها هي "Find what you need, When you need it".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Moockup Smart Search
قم بتنزيل ملفات الامتداد Moockup Smart Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 !
معلومات أساسية عن التمديد
الاسم | |
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" ] } |