Flickr Image Search
This extension allows you to search flickr right from the extension
What is Flickr Image Search?
Flickr Image Search is a Chrome extension developed by http://www.godoploid.com, and its main feature is "This extension allows you to search flickr right from the extension".
Extension Screenshots
Download Flickr Image Search Extension CRX File
Download Flickr Image Search 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
Test extension that allows you to click on the icon and search for images on flickr!
Extension Basic Information
Name | |
ID | kjohmodkkigimpafleepacglbjihbjlm |
Official URL | https://chrome.google.com/webstore/detail/flickr-image-search/kjohmodkkigimpafleepacglbjihbjlm |
Description | This extension allows you to search flickr right from the extension |
File Size | 54.93 KB |
Installation Count | 303 |
Current Version | 1.2 |
Last Updated | 2014-03-07 |
Publish Date | 2014-03-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.godoploid.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flickr Image Search", "description": "This extension allows you to search flickr right from the extension", "version": "1.2", "permissions": [ "https:\/\/api.flickr.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Flickr Image Search" }, "homepage_url": "http:\/\/godoploid.com", "icons": { "128": "128-128.png", "19": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery.min.js", "popup.js" ] } ] } |