Moockup Smart Search
Find what you need, When you need it
Vad är Moockup Smart Search?
Moockup Smart Search är en Chrome-tillägg utvecklad av http://moockup.me, och dess huvudfunktion är "Find what you need, When you need it".
Tilläggsskärmbilder
Ladda ner Moockup Smart Search-förlängningens CRX-fil
Ladda ner Moockup Smart Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 !
Grundläggande Information om Tillägg
Namn | |
ID | fefdnmghaomeioabbeodkkmlmmiikgna |
Officiell webbadress | https://chrome.google.com/webstore/detail/moockup-smart-search/fefdnmghaomeioabbeodkkmlmmiikgna |
Beskrivning | Find what you need, When you need it |
Filstorlek | 29.92 KB |
Antal Installationer | 15 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-11-20 |
Publiceringsdatum | 2014-11-20 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | http://moockup.me |
Betalningssätt | free |
Tilläggswebbplats | http://moockup.me/ |
Stödda Språk | 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" ] } |