Digi-Images Favorites

Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .

Что такое Digi-Images Favorites?

Digi-Images Favorites - это расширение Chrome, разработанное http://infram.wordpress.com, и его основная функция - "Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Digi-Images Favorites

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

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

                        A popup extension that displays your favorite Digi-Images feed in chrome browser. The feed is a cooliris feed so it is possible that any cooliris feeds could be displayed by this extension. You can filter a feed by the provided image titles. These titles include the user name and the image title. The extension shows the last 35 images that matches your filters. If you do not give filters the image feed will not filtered and the last 35 images are displayed. A filter is plain text or a JavaScript regular expression.                    

Основная информация о расширении

Название Digi-Images Favorites Digi-Images Favorites
ID lepjnkigiaommhkehopbgkmaobcncbdn
Официальный URL https://chrome.google.com/webstore/detail/digi-images-favorites/lepjnkigiaommhkehopbgkmaobcncbdn
Описание Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .
Размер файла 21.82 KB
Количество установок 106
Текущая Версия 9.0
Последнее Обновление 2014-01-30
Дата публикации 2014-01-30
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://infram.wordpress.com
Тип оплаты free
Официальный сайт расширения http://www.digi-images.de/
URL страницы помощи http://infram.wordpress.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Digi-Images Favorites",
    "version": "9.0",
    "author": "Dica-Developer",
    "description": "Show my favorite Digi-Images photos. See Digi-Images on http:\/\/www.digi-images.de\/ .",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Digi-Images Favorites",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "options_page": "options\/index.html",
    "permissions": [
        "tabs",
        "http:\/\/www.digi-images.de\/*"
    ],
    "content_security_policy": "default-src *; style-src 'self'; script-src 'self'; object-src 'self'; connect-src *; img-src *"
}