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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |