More Interestingness
Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.
What is More Interestingness?
More Interestingness is a Chrome extension developed by Jake Dahn (http://jake.ai), and its main feature is "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.".
Extension Screenshots
Download More Interestingness Extension CRX File
Download More Interestingness 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
Whenever you open a new tab a new interesting photo is displayed. This extension keeps an up-to-date list of the most recent photos on Flickr.com that are in the interestingness stream - http://www.flickr.com/explore/interesting Clicking on the flickr user's icon will take you to that user's page, clicking on the title will take you to the photo on flickr.com You can navigate forward/backwards by pressing j to go forward, or k to go backwards (standard vim up/down) __ If you're a developer and find a bug, or have a feature to contribute - feel free to send a pull request: https://github.com/angst/moreinterestingness
Extension Basic Information
Name | |
ID | ngddmdmkjnnefgggjnnnepijkcighifa |
Official URL | https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa |
Description | Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab. |
File Size | 82.95 KB |
Installation Count | 33 |
Current Version | 1.6 |
Last Updated | 2014-10-19 |
Publish Date | 2014-10-19 |
Rating | 4.54/5 Total 13 Ratings |
Developer | Jake Dahn (http://jake.ai) |
Payment Type | free |
Extension Website | https://github.com/angst/moreinterestingness |
Help Page URL | https://github.com/angst/moreinterestingness |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "More Interestingness", "version": "1.6", "description": "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.", "background": { "page": "service.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "http:\/\/api.flickr.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |