image ME!

a very simple image search, based on flickr API

What is image ME!?

image ME! is a Chrome extension developed by ronenzru, and its main feature is "a very simple image search, based on flickr API".

Extension Screenshots

screenshot
screenshot

Download image ME! Extension CRX File

Download image ME! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Search images from your browser very easily, 
Based on flickr Search API for awesome HD images.
Simple, fast and fun.                    

Extension Basic Information

Name image ME! image ME!
ID hnapefpeannpakpnhcbajfhongokpngk
Official URL https://chrome.google.com/webstore/detail/image-me/hnapefpeannpakpnhcbajfhongokpngk
Description a very simple image search, based on flickr API
File Size 10.05 KB
Installation Count 128
Current Version 1.1
Last Updated 2013-11-04
Publish Date 2013-11-04
Rating 5.00/5 Total 1 Ratings
Developer ronenzru
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "image ME!",
    "description": "a very simple image search, based on flickr API",
    "version": "1.1",
    "permissions": [
        "https:\/\/secure.flickr.com\/"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}