More Interestingness
Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.
Wat is More Interestingness?
More Interestingness is een Chrome-extensie ontwikkeld door Jake Dahn (http://jake.ai), en de belangrijkste functie is "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie More Interestingness
Download More Interestingness-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ngddmdmkjnnefgggjnnnepijkcighifa |
Officiële URL | https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa |
Beschrijving | Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab. |
Bestandsgrootte | 82.95 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2014-10-19 |
Publicatiedatum | 2014-10-19 |
Beoordeling | 4.54/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Jake Dahn (http://jake.ai) |
Betalingswijze | free |
Extensiewebsite | https://github.com/angst/moreinterestingness |
Help Pagina-URL | https://github.com/angst/moreinterestingness |
Ondersteunde Talen | 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'" } |