flickr mitbbs
The extension is made to retrieve flickr photo address, with improved user experience from Kailuo
What is flickr mitbbs?
flickr mitbbs is a Chrome extension developed by http://yuncongzhang.wordpress.com, and its main feature is "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo".
Extension Screenshots
Download flickr mitbbs Extension CRX File
Download flickr mitbbs 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
This extension can help people to get a list of their flickr photo addresses in their set or organize page. Much thanks to Kailuo for improving user experience.
Extension Basic Information
Name | |
ID | fdklpjofhncchekdkfmfedneodfkilci |
Official URL | https://chrome.google.com/webstore/detail/flickr-mitbbs/fdklpjofhncchekdkfmfedneodfkilci |
Description | The extension is made to retrieve flickr photo address, with improved user experience from Kailuo |
File Size | 78.53 KB |
Installation Count | 30 |
Current Version | 1.3 |
Last Updated | 2014-06-01 |
Publish Date | 2014-06-01 |
Developer | http://yuncongzhang.wordpress.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/needforspeed/flickr_photo_addresses |
Help Page URL | https://github.com/needforspeed/flickr_photo_addresses |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "flickr mitbbs", "version": "1.3", "manifest_version": 2, "description": "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.flickr.com\/*" ], "js": [ "jquery.js", "popup.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/api.flickr.com\/", "http:\/\/www.flickr.com\/", "tabs" ], "web_accessible_resources": [ "jquery.js" ] } |