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 - это расширение Chrome, разработанное 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 расширения More Interestingness

Скачайте файлы расширений More Interestingness в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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'"
}