Moockup Smart Search
Find what you need, When you need it
Apa itu Moockup Smart Search?
Moockup Smart Search adalah ekstensi Chrome yang dikembangkan oleh http://moockup.me, dan fitur utamanya adalah "Find what you need, When you need it".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Moockup Smart Search
Unduh file ekstensi Moockup Smart Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 !
Informasi Dasar Ekstensi
Nama | |
ID | fefdnmghaomeioabbeodkkmlmmiikgna |
URL Resmi | https://chrome.google.com/webstore/detail/moockup-smart-search/fefdnmghaomeioabbeodkkmlmmiikgna |
Deskripsi | Find what you need, When you need it |
Ukuran File | 29.92 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-11-20 |
Tanggal Publikasi | 2014-11-20 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | http://moockup.me |
Tipe Pembayaran | free |
Situs Ekstensi | http://moockup.me/ |
Bahasa yang Didukung | 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" ] } |