More Interestingness

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

More Interestingness क्या है?

More Interestingness Jake Dahn (http://jake.ai) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में More Interestingness एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम More Interestingness More Interestingness
ID ngddmdmkjnnefgggjnnnepijkcighifa
आधिकारिक URL https://chrome.google.com/webstore/detail/more-interestingness/ngddmdmkjnnefgggjnnnepijkcighifa
विवरण Explore the world through the lens of the Flickr Interestingness stream. New photo loads every time you open a new tab.
फ़ाइल का आकार 82.95 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.6
अंतिम अपडेट 2014-10-19
प्रकाशन तिथि 2014-10-19
रेटिंग 4.54/5 कुल 13 रेटिंग्स
डेवलपर Jake Dahn (http://jake.ai)
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/angst/moreinterestingness
सहायता पृष्ठ URL https://github.com/angst/moreinterestingness
समर्थित भाषाएँ 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'"
}