More Interestingness

Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.

¿Qué es More Interestingness?

More Interestingness es una extensión de Chrome desarrollada por Jake Dahn (http://jake.ai), y su función principal es "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión More Interestingness

Descarga archivos de extensión More Interestingness en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre More Interestingness More Interestingness
ID ngddmdmkjnnefgggjnnnepijkcighifa
URL Oficial https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa
Descripción Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.
Tamaño del Archivo 82.95 KB
Cantidad de Instalaciones 33
Versión Actual 1.6
Última Actualización 2014-10-19
Fecha de Publicación 2014-10-19
Calificación 4.54/5 Total de 13 Calificaciones
Desarrollador Jake Dahn (http://jake.ai)
Tipo de Pago free
Sitio Web de la Extensión https://github.com/angst/moreinterestingness
URL de la Página de Ayuda https://github.com/angst/moreinterestingness
Idiomas Soportados 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'"
}