More Interestingness

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

O que é More Interestingness?

More Interestingness é uma extensão do Chrome desenvolvida por Jake Dahn (http://jake.ai), e sua principal característica é "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão More Interestingness

Baixe arquivos de extensão More Interestingness no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome More Interestingness More Interestingness
ID ngddmdmkjnnefgggjnnnepijkcighifa
URL Oficial https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa
Descrição Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.
Tamanho do Arquivo 82.95 KB
Contagem de Instalações 33
Versão Atual 1.6
Última Atualização 2014-10-19
Data de Publicação 2014-10-19
Classificação 4.54/5 Total de 13 Avaliações
Desenvolvedor Jake Dahn (http://jake.ai)
Tipo de Pagamento free
Site da Extensão https://github.com/angst/moreinterestingness
URL da Página de Ajuda https://github.com/angst/moreinterestingness
Idiomas Suportados 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'"
}