More Interestingness

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

Qu'est-ce que More Interestingness ?

More Interestingness est une extension Chrome développée par Jake Dahn (http://jake.ai), et sa fonction principale est "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension More Interestingness

Téléchargez les fichiers d'extension More Interestingness au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom More Interestingness More Interestingness
ID ngddmdmkjnnefgggjnnnepijkcighifa
URL Officiel 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.
Taille du Fichier 82.95 KB
Nombre d'Installations 33
Version Actuelle 1.6
Dernière Mise à Jour 2014-10-19
Date de Publication 2014-10-19
Évaluation 4.54/5 Total 13 Évaluations
Développeur Jake Dahn (http://jake.ai)
Type de Paiement free
Site Web de l'Extension https://github.com/angst/moreinterestingness
URL de la Page d'Aide https://github.com/angst/moreinterestingness
Langues Prises en Charge 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'"
}