Flickr - quick user info
Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos
What is Flickr - quick user info?
Flickr - quick user info is a Chrome extension developed by Agadeta Games, and its main feature is "Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos".
Extension Screenshots
Download Flickr - quick user info Extension CRX File
Download Flickr - quick user info 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
Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos more Flickr stuff: http://yair.aronshtam.net/flickr/
Extension Basic Information
Name | |
ID | lojgoinojoigmeffaljmgiahpngodpmg |
Official URL | https://chrome.google.com/webstore/detail/flickr-quick-user-info/lojgoinojoigmeffaljmgiahpngodpmg |
Description | Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos |
File Size | 10.6 KB |
Installation Count | 75 |
Current Version | 1.0.0 |
Last Updated | 2017-01-12 |
Publish Date | 2017-01-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Agadeta Games |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr - quick user info", "version": "1.0.0", "description": "Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs", "https:\/\/www.flickr.com\/" ], "minimum_chrome_version": "6.0.0.0", "icons": { "16": "imageinfo-16.png", "48": "imageinfo-48.png", "128": "imageinfo-128.png" }, "manifest_version": 2 } |